| commit | edb37f2d98c9fc82d8366884eb4c45f75c48cc17 | [log] [tgz] |
|---|---|---|
| author | yhirano <yhirano@chromium.org> | Wed Jul 20 13:07:23 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Wed Jul 20 13:09:51 2016 |
| tree | 65d4387e9fe2e0c276c09cb6e396d099145cf9c2 | |
| parent | 0bf0830d9b2964a57c2fceced5e873b31d8f91d5 [diff] |
BodyStreamBuffer shouldn't run scripts when ActiveDOMObjects are stopped Some DataConsumerHandle subclasses close the handle when ActiveDOMObjects are stopped. BodyStreamBuffer::didGetReadable should not do anything because executing scripts are forbidden in such cases. As BodyStreamBuffer::stop will be called shortly, just returning early is enough. BUG=625563 R=hiroshige Review-Url: https://codereview.chromium.org/2146453002 Cr-Commit-Position: refs/heads/master@{#406542}