| Index: third_party/WebKit/Source/modules/fetch/Body.cpp
|
| diff --git a/third_party/WebKit/Source/modules/fetch/Body.cpp b/third_party/WebKit/Source/modules/fetch/Body.cpp
|
| index e77c139806c634b38f3d96adbeb7239c590eb172..605cfa86ff1126754898a2eb47e19c69d3ac7cdf 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/Body.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/Body.cpp
|
| @@ -225,7 +225,7 @@ bool Body::hasPendingActivity() const {
|
| }
|
|
|
| Body::Body(ExecutionContext* context)
|
| - : ActiveScriptWrappable(this), ContextLifecycleObserver(context) {}
|
| + : ActiveScriptWrappable(), ContextLifecycleObserver(context) {}
|
|
|
| ScriptPromise Body::rejectInvalidConsumption(ScriptState* scriptState) {
|
| if (isBodyLocked() || bodyUsed())
|
|
|