Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index dfba38b758b5054691eb02ad7e8562277536526a..3b8f8152d182862b711b23e9ce93bf0af9cc1347 100644 |
--- a/Source/core/dom/Element.h |
+++ b/Source/core/dom/Element.h |
@@ -510,6 +510,8 @@ public: |
MutableStylePropertySet& ensureMutableInlineStyle(); |
void clearMutableInlineStyleIfEmpty(); |
+ virtual void trace(Visitor*) OVERRIDE; |
+ |
protected: |
Element(const QualifiedName& tagName, Document* document, ConstructionType type) |
: ContainerNode(document, type) |