| Index: Source/core/css/StyleRuleKeyframe.h
|
| diff --git a/Source/core/css/StyleRuleKeyframe.h b/Source/core/css/StyleRuleKeyframe.h
|
| index 398a136bcdb7eb1429c866dd60f32fe9d9fe04be..bab2481ed55708907c555ef5933c042adf25043a 100644
|
| --- a/Source/core/css/StyleRuleKeyframe.h
|
| +++ b/Source/core/css/StyleRuleKeyframe.h
|
| @@ -36,7 +36,7 @@ public:
|
|
|
| String cssText() const;
|
|
|
| - void traceAfterDispatch(Visitor*);
|
| + DECLARE_TRACE_AFTER_DISPATCH();
|
|
|
| static PassOwnPtr<Vector<double> > createKeyList(CSSParserValueList*);
|
|
|
|
|