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

Unified Diff: third_party/WebKit/Source/core/streams/Stream.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/core/streams/Stream.cpp
diff --git a/third_party/WebKit/Source/core/streams/Stream.cpp b/third_party/WebKit/Source/core/streams/Stream.cpp
index b81536670cccd8d63d2c40e36d02c071e99a1df8..35e1d68a6f56b33185312eeba6482b09a4db0d67 100644
--- a/third_party/WebKit/Source/core/streams/Stream.cpp
+++ b/third_party/WebKit/Source/core/streams/Stream.cpp
@@ -71,7 +71,7 @@ void Stream::suspend() {}
void Stream::resume() {}
-void Stream::contextDestroyed() {
+void Stream::contextDestroyed(ExecutionContext*) {
neuter();
abort();
}
« no previous file with comments | « third_party/WebKit/Source/core/streams/Stream.h ('k') | third_party/WebKit/Source/core/streams/UnderlyingSourceBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698