Index: third_party/WebKit/Source/core/html/HTMLContentElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLContentElement.cpp b/third_party/WebKit/Source/core/html/HTMLContentElement.cpp |
index 94e98f299e9bd422083766ae7ecb0ed2908414cc..e080d413a3226788e7cc65df7b2bd3ea20d7a455 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLContentElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLContentElement.cpp |
@@ -88,7 +88,7 @@ void HTMLContentElement::parseAttribute(const QualifiedName& name, const AtomicS |
static inline bool includesDisallowedPseudoClass(const CSSSelector& selector) |
{ |
- if (selector.pseudoType() == CSSSelector::PseudoNot) { |
+ if (selector.getPseudoType() == CSSSelector::PseudoNot) { |
const CSSSelector* subSelector = selector.selectorList()->first(); |
return subSelector->match() == CSSSelector::PseudoClass; |
} |