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

Unified Diff: third_party/WebKit/Source/modules/presentation/PresentationController.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/presentation/PresentationController.cpp
diff --git a/third_party/WebKit/Source/modules/presentation/PresentationController.cpp b/third_party/WebKit/Source/modules/presentation/PresentationController.cpp
index f20aeee43302581e7ab792e1c73b4e2d32adbdba..379dcdbb2b3baf966ed2a912955b2ce3a44d2fee 100644
--- a/third_party/WebKit/Source/modules/presentation/PresentationController.cpp
+++ b/third_party/WebKit/Source/modules/presentation/PresentationController.cpp
@@ -131,7 +131,7 @@ void PresentationController::registerConnection(
m_connections.add(connection);
}
-void PresentationController::contextDestroyed() {
+void PresentationController::contextDestroyed(ExecutionContext*) {
if (m_client) {
m_client->setController(nullptr);
m_client = nullptr;

Powered by Google App Engine
This is Rietveld 408576698