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; |