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

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

Issue 403333002: [oilpan]: Remove support for tracing off-heap hashmaps. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add GC_PLUGIN_IGNORE Created 6 years, 5 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 | « Source/core/dom/ElementDataCache.cpp ('k') | Source/core/dom/ExecutionContext.cpp » ('j') | no next file with comments »
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 b5fe83717fa75deab0076a8f4383ae0d5800d185..ccb887733cefe46d789cb35d8b1f7b96b33f70c9 100644
--- a/Source/core/dom/ExecutionContext.h
+++ b/Source/core/dom/ExecutionContext.h
@@ -56,11 +56,10 @@ class SecurityOrigin;
class ScriptCallStack;
class ExecutionContext
- : public WillBeGarbageCollectedMixin
- , public LifecycleContext<ExecutionContext>
- , public Supplementable<ExecutionContext> {
+ : public LifecycleContext<ExecutionContext>
+ , public WillBeHeapSupplementable<ExecutionContext> {
public:
- virtual void trace(Visitor*);
+ virtual void trace(Visitor*) OVERRIDE;
// Delegating to ExecutionContextClient
bool isDocument() const { return m_client && m_client->isDocument(); }
« no previous file with comments | « Source/core/dom/ElementDataCache.cpp ('k') | Source/core/dom/ExecutionContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698