| 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 6ef81568219d5d43298b9b445ebb6cb0c33d7120..d8fdc55b3e77ca3746abe2c07eb71bbde3855e26 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIQuotes.cpp
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIQuotes.cpp
|
| @@ -13,7 +13,7 @@
|
|
|
| const CSSValue* CSSPropertyAPIQuotes::parseSingleValue(
|
| CSSParserTokenRange& range,
|
| - const CSSParserContext& context) {
|
| + const CSSParserContext* context) {
|
| if (range.peek().id() == CSSValueNone)
|
| return CSSPropertyParserHelpers::consumeIdent(range);
|
| CSSValueList* values = CSSValueList::createSpaceSeparated();
|
|
|