| Index: Source/core/css/parser/CSSParser.cpp
|
| diff --git a/Source/core/css/parser/CSSParser.cpp b/Source/core/css/parser/CSSParser.cpp
|
| index c22759619b76d40c35082838a7090e39be19bacc..906a09fd3e53fa7822266c17fe216978fd8e312f 100644
|
| --- a/Source/core/css/parser/CSSParser.cpp
|
| +++ b/Source/core/css/parser/CSSParser.cpp
|
| @@ -104,7 +104,7 @@ PassRefPtrWillBeRawPtr<ImmutableStylePropertySet> CSSParser::parseInlineStyleDec
|
| return BisonCSSParser::parseInlineStyleDeclaration(styleString, element);
|
| }
|
|
|
| -PassOwnPtr<Vector<double> > CSSParser::parseKeyframeKeyList(const String& keyList)
|
| +PassOwnPtr<Vector<double>> CSSParser::parseKeyframeKeyList(const String& keyList)
|
| {
|
| if (RuntimeEnabledFeatures::newCSSParserEnabled())
|
| return CSSParserImpl::parseKeyframeKeyList(keyList);
|
|
|