Index: Source/core/html/parser/HTMLElementStack.h |
diff --git a/Source/core/html/parser/HTMLElementStack.h b/Source/core/html/parser/HTMLElementStack.h |
index dd3497f931abccdfb2a9e5885c8fe72c3bbe8a21..52bbc20dc95cfa669298d2c1de28f1f373d9ff89 100644 |
--- a/Source/core/html/parser/HTMLElementStack.h |
+++ b/Source/core/html/parser/HTMLElementStack.h |
@@ -188,6 +188,8 @@ private: |
unsigned m_stackDepth; |
}; |
+WILL_NOT_BE_EAGERLY_TRACED_CLASS(HTMLElementStack::ElementRecord); |
+ |
} // namespace blink |
#endif // HTMLElementStack_h |