| Index: Source/core/css/CSSParser.h
|
| diff --git a/Source/core/css/CSSParser.h b/Source/core/css/CSSParser.h
|
| index 1f0ff6a0644ad139a01468a96f00de3ab9a97c36..ce4532832fc3acdcaa797dc26bd8cdee2fc5e76f 100644
|
| --- a/Source/core/css/CSSParser.h
|
| +++ b/Source/core/css/CSSParser.h
|
| @@ -167,7 +167,7 @@ public:
|
| bool parseCubicBezierTimingFunctionValue(CSSParserValueList*& args, double& result);
|
| bool parseAnimationProperty(CSSPropertyID, RefPtr<CSSValue>&, AnimationParseContext&);
|
| bool parseTransitionShorthand(CSSPropertyID, bool important);
|
| - bool parseAnimationShorthand(bool important);
|
| + bool parseAnimationShorthand(CSSPropertyID, bool important);
|
|
|
| PassRefPtr<CSSValue> parseColumnWidth();
|
| PassRefPtr<CSSValue> parseColumnCount();
|
|
|