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

Unified Diff: third_party/WebKit/Source/modules/eventsource/EventSource.cpp

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/modules/eventsource/EventSource.cpp
diff --git a/third_party/WebKit/Source/modules/eventsource/EventSource.cpp b/third_party/WebKit/Source/modules/eventsource/EventSource.cpp
index 33034f98f2da0a57dc3b87a48a07de4910cdcad3..d9eb5beee4259f36ee23f755228b66da46f7d781 100644
--- a/third_party/WebKit/Source/modules/eventsource/EventSource.cpp
+++ b/third_party/WebKit/Source/modules/eventsource/EventSource.cpp
@@ -368,7 +368,7 @@ void EventSource::abortConnectionAttempt() {
dispatchEvent(Event::create(EventTypeNames::error));
}
-void EventSource::contextDestroyed() {
+void EventSource::contextDestroyed(ExecutionContext*) {
close();
}

Powered by Google App Engine
This is Rietveld 408576698