| Index: Source/core/css/parser/CSSParser.h
|
| diff --git a/Source/core/css/parser/CSSParser.h b/Source/core/css/parser/CSSParser.h
|
| index 06ee9030cf7982049824698dbbd93cae198890b3..d4a8cbe947e8921a5763802fb9c211c6dfebed6c 100644
|
| --- a/Source/core/css/parser/CSSParser.h
|
| +++ b/Source/core/css/parser/CSSParser.h
|
| @@ -30,7 +30,7 @@ public:
|
|
|
| static PassRefPtrWillBeRawPtr<ImmutableStylePropertySet> parseInlineStyleDeclaration(const String&, Element*);
|
|
|
| - static PassOwnPtr<Vector<double> > parseKeyframeKeyList(const String&);
|
| + static PassOwnPtr<Vector<double>> parseKeyframeKeyList(const String&);
|
| static PassRefPtrWillBeRawPtr<StyleRuleKeyframe> parseKeyframeRule(const CSSParserContext&, StyleSheetContents*, const String&);
|
|
|
| static bool parseSupportsCondition(const String&);
|
|
|