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

Unified Diff: Source/core/dom/ExecutionContext.h

Issue 304353004: Oilpan: Reduce RefPtr to WorkerGlobalScope. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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
« no previous file with comments | « no previous file | Source/core/dom/ExecutionContext.cpp » ('j') | Source/core/events/MessageEvent.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/ExecutionContext.h
diff --git a/Source/core/dom/ExecutionContext.h b/Source/core/dom/ExecutionContext.h
index c93492dbf87c6e9b36290cb54605142c50bac78e..03bc36fd2ef7723d9fb6a094cae99a4a45d4521a 100644
--- a/Source/core/dom/ExecutionContext.h
+++ b/Source/core/dom/ExecutionContext.h
@@ -125,7 +125,7 @@ public:
virtual EventQueue* eventQueue() const = 0;
protected:
-
+ void deleteLifecycleNotifier();
ContextLifecycleNotifier& lifecycleNotifier();
private:
« no previous file with comments | « no previous file | Source/core/dom/ExecutionContext.cpp » ('j') | Source/core/events/MessageEvent.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698