Index: Source/core/html/HTMLContentElement.cpp |
diff --git a/Source/core/html/HTMLContentElement.cpp b/Source/core/html/HTMLContentElement.cpp |
index 74dafba081137cab0d733479ac9cb8636696e2de..dd64f67b8a3f414c5dc9d5e4b068a33992260411 100644 |
--- a/Source/core/html/HTMLContentElement.cpp |
+++ b/Source/core/html/HTMLContentElement.cpp |
@@ -82,7 +82,7 @@ void HTMLContentElement::parseAttribute(const QualifiedName& name, const AtomicS |
static inline bool includesDisallowedPseudoClass(const CSSSelector& selector) |
{ |
- return selector.m_match == CSSSelector::PseudoClass && selector.m_pseudoType != CSSSelector::PseudoNot; |
+ return selector.match() == CSSSelector::PseudoClass && selector.pseudoType() != CSSSelector::PseudoNot; |
} |
bool HTMLContentElement::validateSelect() const |