Index: Source/core/css/SelectorFilter.cpp |
diff --git a/Source/core/css/SelectorFilter.cpp b/Source/core/css/SelectorFilter.cpp |
index 8b04ade35fc026f4869119b0ca4f896336e05f1b..c0c6a97a16a3e427e022d59528c26dd515f231ec 100644 |
--- a/Source/core/css/SelectorFilter.cpp |
+++ b/Source/core/css/SelectorFilter.cpp |
@@ -110,7 +110,7 @@ void SelectorFilter::pushParent(Element& parent) |
static inline void collectDescendantSelectorIdentifierHashes(const CSSSelector& selector, unsigned*& hash) |
{ |
- switch (selector.m_match) { |
+ switch (selector.match()) { |
case CSSSelector::Id: |
if (!selector.value().isEmpty()) |
(*hash++) = selector.value().impl()->existingHash() * IdAttributeSalt; |