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

Unified Diff: third_party/WebKit/Source/core/streams/UnderlyingSourceBase.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/UnderlyingSourceBase.h
diff --git a/third_party/WebKit/Source/core/streams/UnderlyingSourceBase.h b/third_party/WebKit/Source/core/streams/UnderlyingSourceBase.h
index bfa13ad4c18c3e40d0c3552f1b717d1b5935eff4..8b5627e4c8c4f4bccb175bfba3d2198e86738bd0 100644
--- a/third_party/WebKit/Source/core/streams/UnderlyingSourceBase.h
+++ b/third_party/WebKit/Source/core/streams/UnderlyingSourceBase.h
@@ -46,7 +46,7 @@ class CORE_EXPORT UnderlyingSourceBase
bool hasPendingActivity() const;
// ContextLifecycleObserver
- void contextDestroyed() override;
+ void contextDestroyed(ExecutionContext*) override;
protected:
explicit UnderlyingSourceBase(ScriptState* scriptState)
« no previous file with comments | « third_party/WebKit/Source/core/streams/Stream.cpp ('k') | third_party/WebKit/Source/core/streams/UnderlyingSourceBase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698