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

Unified Diff: third_party/WebKit/Source/core/streams/UnderlyingSourceBase.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/UnderlyingSourceBase.cpp
diff --git a/third_party/WebKit/Source/core/streams/UnderlyingSourceBase.cpp b/third_party/WebKit/Source/core/streams/UnderlyingSourceBase.cpp
index 51d29f455905f44a5f3ca88eeb3441a24a2c6b43..2213336c27cb820f01a1c6b5b21d23d9bfd10a32 100644
--- a/third_party/WebKit/Source/core/streams/UnderlyingSourceBase.cpp
+++ b/third_party/WebKit/Source/core/streams/UnderlyingSourceBase.cpp
@@ -58,7 +58,7 @@ bool UnderlyingSourceBase::hasPendingActivity() const {
return m_controller && m_controller->isActive() && m_isStreamLocked;
}
-void UnderlyingSourceBase::contextDestroyed() {
+void UnderlyingSourceBase::contextDestroyed(ExecutionContext*) {
if (m_controller) {
m_controller->noteHasBeenCanceled();
m_controller.clear();
« no previous file with comments | « third_party/WebKit/Source/core/streams/UnderlyingSourceBase.h ('k') | third_party/WebKit/Source/core/timing/Performance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698