Index: Source/core/css/Counter.h |
diff --git a/Source/core/css/Counter.h b/Source/core/css/Counter.h |
index 66bfa60450af76b0ca6dd0e5a84e40e813d8c2f6..177fc14c539b7325ed5fc08943a28be528c08569 100644 |
--- a/Source/core/css/Counter.h |
+++ b/Source/core/css/Counter.h |
@@ -50,7 +50,7 @@ public: |
&& separator() == other.separator(); |
} |
- void trace(Visitor*); |
+ DECLARE_TRACE(); |
private: |
Counter(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> identifier, PassRefPtrWillBeRawPtr<CSSPrimitiveValue> listStyle, PassRefPtrWillBeRawPtr<CSSPrimitiveValue> separator) |