| Index: Source/core/css/CSSSelectorList.cpp
|
| diff --git a/Source/core/css/CSSSelectorList.cpp b/Source/core/css/CSSSelectorList.cpp
|
| index 16b1bc2396db4b86c091e48d9c447df996e68d1a..2710a0f2e42ea32ac5e497036c6ff7b7a690e442 100644
|
| --- a/Source/core/css/CSSSelectorList.cpp
|
| +++ b/Source/core/css/CSSSelectorList.cpp
|
| @@ -154,7 +154,7 @@ class SelectorNeedsNamespaceResolutionFunctor {
|
| public:
|
| bool operator()(const CSSSelector& selector)
|
| {
|
| - if (selector.m_match == CSSSelector::Tag && selector.tagQName().prefix() != nullAtom && selector.tagQName().prefix() != starAtom)
|
| + if (selector.match() == CSSSelector::Tag && selector.tagQName().prefix() != nullAtom && selector.tagQName().prefix() != starAtom)
|
| return true;
|
| if (selector.isAttributeSelector() && selector.attribute().prefix() != nullAtom && selector.attribute().prefix() != starAtom)
|
| return true;
|
|
|