Index: Source/core/css/CSSReflectValue.h |
diff --git a/Source/core/css/CSSReflectValue.h b/Source/core/css/CSSReflectValue.h |
index 688fd6ea9aef9894221c95cf132e8e302413abc5..18569543adc4084aa81e53a4dbac803c347fd59a 100644 |
--- a/Source/core/css/CSSReflectValue.h |
+++ b/Source/core/css/CSSReflectValue.h |
@@ -50,7 +50,7 @@ public: |
bool equals(const CSSReflectValue&) const; |
- void traceAfterDispatch(Visitor*); |
+ DECLARE_TRACE_AFTER_DISPATCH(); |
private: |
CSSReflectValue(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> direction, PassRefPtrWillBeRawPtr<CSSPrimitiveValue> offset, PassRefPtrWillBeRawPtr<CSSValue> mask) |