| 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 bd4a4dfcfa9dc8c685128bd2574425beb071c3de..4f5fb8f2256c8979751fe361909ec17bb0b32c9a 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp
|
| @@ -214,7 +214,7 @@ ScriptPromise BodyStreamBuffer::cancel(ScriptState* scriptState,
|
|
|
| void BodyStreamBuffer::onStateChange() {
|
| if (!m_consumer || !getExecutionContext() ||
|
| - getExecutionContext()->activeDOMObjectsAreStopped())
|
| + getExecutionContext()->isContextDestroyed())
|
| return;
|
|
|
| switch (m_consumer->getPublicState()) {
|
|
|