Index: Source/core/css/CSSSelector.cpp |
diff --git a/Source/core/css/CSSSelector.cpp b/Source/core/css/CSSSelector.cpp |
index 8490daf8cf6288f75e0cca5753b3771b421f00fe..0f5e3c27b8a97b50fd10f4afccc29e8cb1aa3413 100644 |
--- a/Source/core/css/CSSSelector.cpp |
+++ b/Source/core/css/CSSSelector.cpp |
@@ -592,7 +592,7 @@ String CSSSelector::selectorText(const String& rightSide) const |
{ |
StringBuilder str; |
- if (m_match == Tag && !m_tagIsForNamespaceRule) { |
+ if (m_match == Tag && !m_tagIsImplicit) { |
if (tagQName().prefix().isNull()) |
str.append(tagQName().localName()); |
else { |