| Index: third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp
|
| diff --git a/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp b/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp
|
| index 923e6720a3f5af256beb66c474c13190d1e4267e..e87049f434d016475946f6237eace39b883fa8b1 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp
|
| @@ -212,8 +212,7 @@ ScriptPromise BodyStreamBuffer::cancel(ScriptState* scriptState,
|
| }
|
|
|
| void BodyStreamBuffer::onStateChange() {
|
| - if (!m_consumer || !getExecutionContext() ||
|
| - getExecutionContext()->activeDOMObjectsAreStopped())
|
| + if (!m_consumer || !getExecutionContext())
|
| return;
|
|
|
| switch (m_consumer->getPublicState()) {
|
|
|