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

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

Issue 423093002: Oilpan: Prepare to move RenderObject and RenderObjectChildList to Oilpan heap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: dispose -> destroy Created 6 years, 4 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/FullscreenElementStack.cpp ('k') | Source/core/dom/Node.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Node.h
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
index 10bdeb989c59d5c0d07477bfb16ff117d90e75a8..b8eeb35241a6c2972ff31568264930e3b791175a 100644
--- a/Source/core/dom/Node.h
+++ b/Source/core/dom/Node.h
@@ -105,7 +105,10 @@ protected:
: m_renderer(renderer)
{ }
-private:
+protected:
+ // Oilpan: This member is traced in NodeRareData.
+ // FIXME: Can we add traceAfterDispatch and finalizeGarbageCollectedObject
+ // to NodeRareDataBase, and make m_renderer Member<>?
RenderObject* m_renderer;
};
« no previous file with comments | « Source/core/dom/FullscreenElementStack.cpp ('k') | Source/core/dom/Node.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698