Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(229)

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

Issue 2398013002: Reflow comments in core/css/parser (Closed)
Patch Set: Removed weird border-style comment Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/css/parser/CSSTokenizer.cpp
diff --git a/third_party/WebKit/Source/core/css/parser/CSSTokenizer.cpp b/third_party/WebKit/Source/core/css/parser/CSSTokenizer.cpp
index 6f65f93bda8cce78a5ca42d699319b1ea322d0e3..8daf820f29cc6007ebf0efb0625b44fc4da61798 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSTokenizer.cpp
+++ b/third_party/WebKit/Source/core/css/parser/CSSTokenizer.cpp
@@ -24,7 +24,8 @@ CSSTokenizer::Scope::Scope(const String& string) : m_string(string) {
// However, we can skip this step since:
// * We're using HTML spaces (which accept \r and \f as a valid white space)
// * Do not count white spaces
- // * CSSTokenizerInputStream::nextInputChar() replaces NULLs for replacement characters
+ // * CSSTokenizerInputStream::nextInputChar() replaces NULLs for replacement
+ // characters
if (string.isEmpty())
return;

Powered by Google App Engine
This is Rietveld 408576698