Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(524)

Unified Diff: Source/core/css/parser/CSSSelectorParser.h

Issue 792763003: CSS Parser: Implement selector parsing (pseudo-classes/elements) [3/3] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@selector2
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/css/parser/CSSSelectorParser.h
diff --git a/Source/core/css/parser/CSSSelectorParser.h b/Source/core/css/parser/CSSSelectorParser.h
index d54ba2f405c3ca6bb2ea206a6a9bd278881eb720..30a0512eee393849d3a329fcf0d1f7519f855687 100644
--- a/Source/core/css/parser/CSSSelectorParser.h
+++ b/Source/core/css/parser/CSSSelectorParser.h
@@ -25,6 +25,7 @@ private:
// These will all consume trailing comments if successful
void consumeComplexSelectorList(CSSSelectorList&);
+ void consumeCompoundSelectorList(CSSSelectorList&);
PassOwnPtr<CSSParserSelector> consumeComplexSelector();
PassOwnPtr<CSSParserSelector> consumeCompoundSelector();

Powered by Google App Engine
This is Rietveld 408576698