| Index: Source/core/css/CSSShadowValue.h
|
| diff --git a/Source/core/css/CSSShadowValue.h b/Source/core/css/CSSShadowValue.h
|
| index 59098d4b2c9f52a3c529fa5c1e7698685b3bd8b5..d5469ff0ad7728c4a2c25f63450287196309ee00 100644
|
| --- a/Source/core/css/CSSShadowValue.h
|
| +++ b/Source/core/css/CSSShadowValue.h
|
| @@ -53,7 +53,7 @@ public:
|
| RefPtrWillBeMember<CSSPrimitiveValue> style;
|
| RefPtrWillBeMember<CSSPrimitiveValue> color;
|
|
|
| - void traceAfterDispatch(Visitor*);
|
| + DECLARE_TRACE_AFTER_DISPATCH();
|
|
|
| private:
|
| CSSShadowValue(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> x,
|
|
|