| 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..eeffbb138b3b8e1a9b8e26066a6c7ae068604c13 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/Body.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/Body.cpp
|
| @@ -224,8 +224,7 @@ bool Body::hasPendingActivity() const {
|
| return bodyBuffer()->hasPendingActivity();
|
| }
|
|
|
| -Body::Body(ExecutionContext* context)
|
| - : ActiveScriptWrappable(this), ContextLifecycleObserver(context) {}
|
| +Body::Body(ExecutionContext* context) : ContextLifecycleObserver(context) {}
|
|
|
| ScriptPromise Body::rejectInvalidConsumption(ScriptState* scriptState) {
|
| if (isBodyLocked() || bodyUsed())
|
|
|