| Index: third_party/WebKit/Source/core/css/parser/CSSParser.h
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSParser.h b/third_party/WebKit/Source/core/css/parser/CSSParser.h
|
| index 2b46054fe69d62ffd0f078b21fcc85af9af46888..e15b17a482abaa4c6c969540c070b723bfbdbb84 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSParser.h
|
| @@ -42,7 +42,7 @@ public:
|
| static ImmutableStylePropertySet* parseCustomPropertySet(CSSParserTokenRange);
|
|
|
| // This is for non-shorthands only
|
| - static CSSValue* parseSingleValue(CSSPropertyID, const String&, const CSSParserContext& = strictCSSParserContext());
|
| + static const CSSValue* parseSingleValue(CSSPropertyID, const String&, const CSSParserContext& = strictCSSParserContext());
|
|
|
| static const CSSValue* parseFontFaceDescriptor(CSSPropertyID, const String&, const CSSParserContext&);
|
|
|
|
|