| Index: third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.h
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.h b/third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.h
|
| index 720539aa395ec1d11959a32b787261b32b1eadfe..8fea8e1783a00945bf93493393661c9b22074ca0 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.h
|
| @@ -66,7 +66,7 @@ CSSIdentifierValue* consumeIdent(CSSParserTokenRange&);
|
| CSSCustomIdentValue* consumeCustomIdent(CSSParserTokenRange&);
|
| CSSStringValue* consumeString(CSSParserTokenRange&);
|
| StringView consumeUrlAsStringView(CSSParserTokenRange&);
|
| -CSSURIValue* consumeUrl(CSSParserTokenRange&);
|
| +CSSURIValue* consumeUrl(CSSParserTokenRange&, const CSSParserContext*);
|
|
|
| CSSValue* consumeColor(CSSParserTokenRange&,
|
| CSSParserMode,
|
|
|