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

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

Issue 1006253002: Oilpan: have LifetimeNotifier<T> track its observers weakly. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fill in GC_PLUGIN_IGNORE() Created 5 years, 9 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: Source/core/dom/ExecutionContext.h
diff --git a/Source/core/dom/ExecutionContext.h b/Source/core/dom/ExecutionContext.h
index 10f6409b55f55256cd31baf8bf2c935f9c176243..19c98073fc0d02072e1a776b54241b6603964c6b 100644
--- a/Source/core/dom/ExecutionContext.h
+++ b/Source/core/dom/ExecutionContext.h
@@ -52,8 +52,7 @@ class PublicURLManager;
class SecurityOrigin;
class ScriptCallStack;
-class ExecutionContext
- : public ContextLifecycleNotifier, public WillBeHeapSupplementable<ExecutionContext> {
+class ExecutionContext : public ContextLifecycleNotifier, public WillBeHeapSupplementable<ExecutionContext> {
public:
DECLARE_VIRTUAL_TRACE();

Powered by Google App Engine
This is Rietveld 408576698