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

Unified Diff: third_party/WebKit/Source/core/css/CSSSelectorList.h

Issue 2306903002: Fix the wrong usages of CSSSelectorList::selectorUsesXXX() functions (Closed)
Patch Set: Fix Created 4 years, 3 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
Index: third_party/WebKit/Source/core/css/CSSSelectorList.h
diff --git a/third_party/WebKit/Source/core/css/CSSSelectorList.h b/third_party/WebKit/Source/core/css/CSSSelectorList.h
index 534ef7015fce82ae16d16b7fcafc06497cd970bf..0ffca7cf809386a441374e5f1285400df55b194a 100644
--- a/third_party/WebKit/Source/core/css/CSSSelectorList.h
+++ b/third_party/WebKit/Source/core/css/CSSSelectorList.h
@@ -76,12 +76,6 @@ public:
return next - m_selectorArray;
}
- bool selectorNeedsUpdatedDistribution(size_t index) const;
-
- bool selectorHasContentPseudo(size_t index) const;
- bool selectorHasSlottedPseudo(size_t index) const;
- bool selectorUsesDeepCombinatorOrShadowPseudo(size_t index) const;
-
String selectorsText() const;
private:

Powered by Google App Engine
This is Rietveld 408576698