Index: Source/core/css/SelectorChecker.h |
diff --git a/Source/core/css/SelectorChecker.h b/Source/core/css/SelectorChecker.h |
index c93b941e75926b9bc5bd1167331af029dd3758b1..12aacca0054078b52a173994ce0681945146ab71 100644 |
--- a/Source/core/css/SelectorChecker.h |
+++ b/Source/core/css/SelectorChecker.h |
@@ -115,6 +115,7 @@ public: |
static bool isCommonPseudoClassSelector(const CSSSelector&); |
static bool matchesFocusPseudoClass(const Element&); |
static bool matchesSpatialNavigationFocusPseudoClass(const Element&); |
+ static bool matchesListBoxPseudoClass(const Element&); |
static bool checkExactAttribute(const Element&, const QualifiedName& selectorAttributeName, const StringImpl* value); |
enum LinkMatchMask { MatchLink = 1, MatchVisited = 2, MatchAll = MatchLink | MatchVisited }; |