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

Unified Diff: third_party/WebKit/Source/core/streams/Stream.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/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();
« no previous file with comments | « third_party/WebKit/Source/core/loader/WorkerThreadableLoader.cpp ('k') | third_party/WebKit/Source/core/streams/Stream.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698