Chromium Code Reviews| Index: Source/core/css/CSSValueList.h |
| diff --git a/Source/core/css/CSSValueList.h b/Source/core/css/CSSValueList.h |
| index 8e6214384687ded4c2733027319fe72f0d20b69e..8bc2e5668cf66933539f81cb8b2a67949edf544f 100644 |
| --- a/Source/core/css/CSSValueList.h |
| +++ b/Source/core/css/CSSValueList.h |
| @@ -60,7 +60,7 @@ public: |
| bool hasFailedOrCanceledSubresources() const; |
| - void traceAfterDispatch(Visitor*); |
| + DECLARE_TRACE_AFTER_DISPATCH(); |
| protected: |
| CSSValueList(ClassType, ValueListSeparator); |