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

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

Issue 758073009: Oilpan: add lazy tracing annotations to recursive objects. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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/fetch/MemoryCache.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/ContainerNode.h
diff --git a/Source/core/dom/ContainerNode.h b/Source/core/dom/ContainerNode.h
index b883311724178a50c25cfdc1429627498a362f0e..37ed9e5a74b8ba37a28892d6ae281cdd0056e45f 100644
--- a/Source/core/dom/ContainerNode.h
+++ b/Source/core/dom/ContainerNode.h
@@ -273,6 +273,8 @@ private:
bool childAttachedAllowedWhenAttachingChildren(ContainerNode*);
#endif
+WILL_NOT_BE_EAGERLY_TRACED_CLASS(ContainerNode);
+
DEFINE_NODE_TYPE_CASTS(ContainerNode, isContainerNode());
inline bool ContainerNode::hasChildCount(unsigned count) const
« no previous file with comments | « no previous file | Source/core/fetch/MemoryCache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698