Index: third_party/WebKit/Source/core/css/parser/CSSParserSelector.cpp |
diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserSelector.cpp b/third_party/WebKit/Source/core/css/parser/CSSParserSelector.cpp |
index 13f55dbdba9d4e03da75fd616aca96a95b4b86c9..c4fd184d022a8773961778c45a8487b205419eac 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSParserSelector.cpp |
+++ b/third_party/WebKit/Source/core/css/parser/CSSParserSelector.cpp |
@@ -68,7 +68,8 @@ bool CSSParserSelector::isSimple() const { |
return true; |
if (m_selector->match() == CSSSelector::Tag) { |
- // We can't check against anyQName() here because namespace may not be nullAtom. |
+ // We can't check against anyQName() here because namespace may not be |
+ // nullAtom. |
// Example: |
// @namespace "http://www.w3.org/2000/svg"; |
// svg:not(:root) { ... |