Index: Source/core/dom/StyledElement.h |
diff --git a/Source/core/dom/StyledElement.h b/Source/core/dom/StyledElement.h |
index 13350912ef525deb568d8e3d0237150bd5197bad..11f3887b17a86dda16d46667d1ff2b5312497c35 100644 |
--- a/Source/core/dom/StyledElement.h |
+++ b/Source/core/dom/StyledElement.h |
@@ -76,6 +76,8 @@ protected: |
virtual void addSubresourceAttributeURLs(ListHashSet<KURL>&) const; |
+ virtual void acceptHeapVisitor(Visitor*) const OVERRIDE; |
+ |
private: |
void styleAttributeChanged(const AtomicString& newStyleString, AttributeModificationReason); |