Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(306)

Unified Diff: third_party/WebKit/Source/core/dom/MessagePort.h

Issue 2629593004: Disambiguate LifecycleObserver::contextDestroyed (Closed)
Patch Set: temp Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « third_party/WebKit/Source/core/dom/Fullscreen.cpp ('k') | third_party/WebKit/Source/core/dom/ScriptedIdleTaskController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698