| Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIQuotes.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIQuotes.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIQuotes.cpp
|
| index 677dd9ab9d2c8e6bef91f9d137d879f0e57d0ad1..6eeca161393fab4c58d2619338fa93a927f3d84d 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIQuotes.cpp
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIQuotes.cpp
|
| @@ -13,7 +13,8 @@ namespace blink {
|
|
|
| const CSSValue* CSSPropertyAPIQuotes::parseSingleValue(
|
| CSSParserTokenRange& range,
|
| - const CSSParserContext& context) {
|
| + const CSSParserContext& context,
|
| + CSSPropertyID) {
|
| if (range.Peek().Id() == CSSValueNone)
|
| return CSSPropertyParserHelpers::ConsumeIdent(range);
|
| CSSValueList* values = CSSValueList::CreateSpaceSeparated();
|
|
|