Chromium Code Reviews| Index: Source/core/css/CSSValue.h |
| diff --git a/Source/core/css/CSSValue.h b/Source/core/css/CSSValue.h |
| index dbab9d017f78cc19cfe2b5e89d20c14a9fec88fd..cb24b2f422fd82b04b73cf03de49e7d0d2731364 100644 |
| --- a/Source/core/css/CSSValue.h |
| +++ b/Source/core/css/CSSValue.h |
| @@ -89,8 +89,8 @@ public: |
| bool equals(const CSSValue&) const; |
| void finalizeGarbageCollectedObject(); |
| - void traceAfterDispatch(Visitor*) { } |
| - void trace(Visitor*); |
| + DEFINE_INLINE_TRACE_AFTER_DISPATCH() { } |
|
haraken
2015/02/24 09:08:52
We should probably have a comment on why we need t
|
| + DECLARE_TRACE(); |
| protected: |