| Index: third_party/WebKit/Source/core/dom/MessagePort.h
|
| diff --git a/third_party/WebKit/Source/core/dom/MessagePort.h b/third_party/WebKit/Source/core/dom/MessagePort.h
|
| index da26cba1ddcc2959ddfc6457b76aab76f7ce1ddd..43dfa0d9a9801cf3083afcf5605a2dc6cd01aec6 100644
|
| --- a/third_party/WebKit/Source/core/dom/MessagePort.h
|
| +++ b/third_party/WebKit/Source/core/dom/MessagePort.h
|
| @@ -105,7 +105,7 @@ class CORE_EXPORT MessagePort : public EventTargetWithInlineData,
|
| bool hasPendingActivity() const final;
|
|
|
| // ContextLifecycleObserver implementation.
|
| - void contextDestroyed() override { close(); }
|
| + void contextDestroyed(ExecutionContext*) override { close(); }
|
|
|
| void setOnmessage(EventListener* listener) {
|
| setAttributeEventListener(EventTypeNames::message, listener);
|
|
|