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 dadc1a169a78d71275a05c706c8e22c16539d7ac..75246acde8c5e09df4c3ca4708b796ff3fdee7d9 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h |
@@ -60,6 +60,7 @@ public: |
static bool parseDeclarationList(MutableStylePropertySet*, const String&, const CSSParserContext&); |
static PassRefPtrWillBeRawPtr<StyleRuleBase> parseRule(const String&, const CSSParserContext&, StyleSheetContents*, AllowedRulesType); |
static void parseStyleSheet(const String&, const CSSParserContext&, StyleSheetContents*); |
+ static CSSSelectorList parsePageSelector(CSSParserTokenRange, StyleSheetContents*); |
static PassOwnPtr<Vector<double>> parseKeyframeKeyList(const String&); |