Index: Source/core/dom/Node.h |
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h |
index a3439f6251c2333b065f5bcb1d87895017b1f7fe..89b869152d28327b2a1f1bebef88a0961a6227a3 100644 |
--- a/Source/core/dom/Node.h |
+++ b/Source/core/dom/Node.h |
@@ -114,6 +114,9 @@ protected: |
RenderObject* m_renderer; |
}; |
+class Node; |
+WILL_NOT_BE_EAGERLY_TRACED_CLASS(Node); |
+ |
#if ENABLE(OILPAN) |
#define NODE_BASE_CLASSES public GarbageCollectedFinalized<Node>, public EventTarget |
#else |