| Index: third_party/WebKit/Source/modules/fetch/Response.cpp
|
| diff --git a/third_party/WebKit/Source/modules/fetch/Response.cpp b/third_party/WebKit/Source/modules/fetch/Response.cpp
|
| index 7a8ad09b960a7d4df3c3138cad3971c452cefd1d..d3d6e35aaee43d67c7793f100b3b7270e39f4295 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/Response.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/Response.cpp
|
| @@ -393,8 +393,7 @@ Response* Response::clone(ScriptState* scriptState,
|
| }
|
|
|
| bool Response::hasPendingActivity() const {
|
| - if (!getExecutionContext() ||
|
| - getExecutionContext()->activeDOMObjectsAreStopped())
|
| + if (!getExecutionContext())
|
| return false;
|
| if (!internalBodyBuffer())
|
| return false;
|
|
|