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

Unified Diff: third_party/WebKit/Source/core/frame/SuspendableTimer.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/frame/SuspendableTimer.h
diff --git a/third_party/WebKit/Source/core/frame/SuspendableTimer.h b/third_party/WebKit/Source/core/frame/SuspendableTimer.h
index 5ae6ca58344e4062124d1ed86cf21e11bd0bb158..b2803f489decbac4c264c9a0d397e8539f1106ae 100644
--- a/third_party/WebKit/Source/core/frame/SuspendableTimer.h
+++ b/third_party/WebKit/Source/core/frame/SuspendableTimer.h
@@ -40,7 +40,7 @@ class CORE_EXPORT SuspendableTimer : public TimerBase,
~SuspendableTimer() override;
// SuspendableObject
- void contextDestroyed() override;
+ void contextDestroyed(ExecutionContext*) override;
void suspend() final;
void resume() final;
« no previous file with comments | « third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp ('k') | third_party/WebKit/Source/core/frame/SuspendableTimer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698