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

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

Issue 258143002: Oilpan: move DOM string collection objects to the Oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 8 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/ContainerNode.h
diff --git a/Source/core/dom/ContainerNode.h b/Source/core/dom/ContainerNode.h
index 8de4bf92f8dc6a8325d967b2cd9437bb419f130f..907723bad842509347bdb66ddd0ac5b9909fbdba 100644
--- a/Source/core/dom/ContainerNode.h
+++ b/Source/core/dom/ContainerNode.h
@@ -189,6 +189,8 @@ public:
void disconnectDescendantFrames();
+ virtual void trace(Visitor* visitor) OVERRIDE { Node::trace(visitor); }
Mads Ager (chromium) 2014/04/29 09:05:14 If the only thing this trace method does is call t
+
protected:
ContainerNode(TreeScope*, ConstructionType = CreateContainer);

Powered by Google App Engine
This is Rietveld 408576698