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

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

Issue 1139823009: Move recordSelectorStats out of CSSSelectorParser API (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 months 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
« no previous file with comments | « no previous file | Source/core/css/parser/CSSSelectorParser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/parser/CSSSelectorParser.h
diff --git a/Source/core/css/parser/CSSSelectorParser.h b/Source/core/css/parser/CSSSelectorParser.h
index 38b16b8bfdaea684bccd40389cfd96b774b7f8b8..0840f25969b3f48acd216b65220a17a2cc68db57 100644
--- a/Source/core/css/parser/CSSSelectorParser.h
+++ b/Source/core/css/parser/CSSSelectorParser.h
@@ -22,9 +22,6 @@ public:
static bool consumeANPlusB(CSSParserTokenRange&, std::pair<int, int>&);
- // FIXME: This shouldn't be in the header once the Bison parser is removed
- static void recordSelectorStats(const CSSParserContext&, const CSSSelectorList&);
-
private:
CSSSelectorParser(const CSSParserContext&, const AtomicString& defaultNamespace, StyleSheetContents*);
« no previous file with comments | « no previous file | Source/core/css/parser/CSSSelectorParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698