Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/css/parser/CSSParserSelector.cpp

Issue 2398013002: Reflow comments in core/css/parser (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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) { ...

Powered by Google App Engine