| Index: third_party/WebKit/Source/modules/fetch/FetchManager.cpp
|
| diff --git a/third_party/WebKit/Source/modules/fetch/FetchManager.cpp b/third_party/WebKit/Source/modules/fetch/FetchManager.cpp
|
| index c62ef76229be9d2a765098793714c03f648b896c..198aacf5f99f4e40b6c31960578d37c22fad1206 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/FetchManager.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/FetchManager.cpp
|
| @@ -870,7 +870,7 @@ void FetchManager::Loader::failed(const String& message) {
|
| if (m_failed || m_finished)
|
| return;
|
| m_failed = true;
|
| - if (m_executionContext->activeDOMObjectsAreStopped())
|
| + if (m_executionContext->isContextDestroyed())
|
| return;
|
| if (!message.isEmpty())
|
| m_executionContext->addConsoleMessage(
|
|
|