| Index: third_party/WebKit/Source/core/streams/Stream.h
|
| diff --git a/third_party/WebKit/Source/core/streams/Stream.h b/third_party/WebKit/Source/core/streams/Stream.h
|
| index 781d4e70c9608a7f103ed9bdd5f8e8894989a550..bd9a62676979ee775b71649e0faa4071109e142f 100644
|
| --- a/third_party/WebKit/Source/core/streams/Stream.h
|
| +++ b/third_party/WebKit/Source/core/streams/Stream.h
|
| @@ -81,7 +81,7 @@ class CORE_EXPORT Stream final : public GarbageCollectedFinalized<Stream>,
|
| // FIXME: Implement suspend() and resume() when necessary.
|
| void suspend() override;
|
| void resume() override;
|
| - void contextDestroyed() override;
|
| + void contextDestroyed(ExecutionContext*) override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|