Index: Source/core/css/CSSImageValue.h |
diff --git a/Source/core/css/CSSImageValue.h b/Source/core/css/CSSImageValue.h |
index cd09e1d4ad5ac136770e97cd991100d64795c2ca..79e4cf6a3ad5f605cdc6af2aaae6dbcc69124d4a 100644 |
--- a/Source/core/css/CSSImageValue.h |
+++ b/Source/core/css/CSSImageValue.h |
@@ -68,7 +68,7 @@ public: |
void setInitiator(const AtomicString& name) { m_initiatorName = name; } |
- void traceAfterDispatch(Visitor*); |
+ DECLARE_TRACE_AFTER_DISPATCH(); |
void restoreCachedResourceIfNeeded(Document&); |
private: |