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