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

Unified Diff: third_party/WebKit/Source/core/workers/ParentFrameTaskRunners.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/workers/ParentFrameTaskRunners.h
diff --git a/third_party/WebKit/Source/core/workers/ParentFrameTaskRunners.h b/third_party/WebKit/Source/core/workers/ParentFrameTaskRunners.h
index c8bd52f3a0e24e305f1d5bdca9454c46f1828dd0..765b40324e8b4c236a32d8d1d116db44f32f616b 100644
--- a/third_party/WebKit/Source/core/workers/ParentFrameTaskRunners.h
+++ b/third_party/WebKit/Source/core/workers/ParentFrameTaskRunners.h
@@ -52,7 +52,7 @@ class CORE_EXPORT ParentFrameTaskRunners final
// particular local frame.
explicit ParentFrameTaskRunners(LocalFrame*);
- void contextDestroyed() override;
+ void contextDestroyed(ExecutionContext*) override;
Mutex m_taskRunnersMutex;
TaskRunnerHashMap m_taskRunners;

Powered by Google App Engine
This is Rietveld 408576698