| Index: third_party/WebKit/Source/core/css/parser/CSSParserImpl.h
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h b/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h
|
| index ca11f33664bba6f07ebdd9c9d25ccfdb04a03276..df169adc70d7152a96fae062e90f17b03f197328 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h
|
| @@ -84,8 +84,7 @@
|
| const CSSParserContext*,
|
| StyleSheetContents*,
|
| bool defer_property_parsing = false);
|
| - static CSSSelectorList ParsePageSelector(const CSSParserContext&,
|
| - CSSParserTokenRange,
|
| + static CSSSelectorList ParsePageSelector(CSSParserTokenRange,
|
| StyleSheetContents*);
|
|
|
| static ImmutableStylePropertySet* ParseCustomPropertySet(CSSParserTokenRange);
|
|
|