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 df169adc70d7152a96fae062e90f17b03f197328..ca11f33664bba6f07ebdd9c9d25ccfdb04a03276 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h |
@@ -84,7 +84,8 @@ class CSSParserImpl { |
const CSSParserContext*, |
StyleSheetContents*, |
bool defer_property_parsing = false); |
- static CSSSelectorList ParsePageSelector(CSSParserTokenRange, |
+ static CSSSelectorList ParsePageSelector(const CSSParserContext&, |
+ CSSParserTokenRange, |
StyleSheetContents*); |
static ImmutableStylePropertySet* ParseCustomPropertySet(CSSParserTokenRange); |