| Index: third_party/WebKit/Source/core/streams/UnderlyingSourceBase.h
|
| diff --git a/third_party/WebKit/Source/core/streams/UnderlyingSourceBase.h b/third_party/WebKit/Source/core/streams/UnderlyingSourceBase.h
|
| index bfa13ad4c18c3e40d0c3552f1b717d1b5935eff4..8b5627e4c8c4f4bccb175bfba3d2198e86738bd0 100644
|
| --- a/third_party/WebKit/Source/core/streams/UnderlyingSourceBase.h
|
| +++ b/third_party/WebKit/Source/core/streams/UnderlyingSourceBase.h
|
| @@ -46,7 +46,7 @@ class CORE_EXPORT UnderlyingSourceBase
|
| bool hasPendingActivity() const;
|
|
|
| // ContextLifecycleObserver
|
| - void contextDestroyed() override;
|
| + void contextDestroyed(ExecutionContext*) override;
|
|
|
| protected:
|
| explicit UnderlyingSourceBase(ScriptState* scriptState)
|
|
|