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

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

Issue 2812743003: Rename cleanup in comments in css/ directory. (Closed)
Patch Set: Created 3 years, 8 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 a6ff6e21a5dd9b3ad5975c0aed4d984c70e4dbc5..583148907d4484e6dbc5262ad45dbe6deafe040e 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSTokenizer.cpp
+++ b/third_party/WebKit/Source/core/css/parser/CSSTokenizer.cpp
@@ -23,7 +23,7 @@ CSSTokenizer::CSSTokenizer(const String& string) : input_(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
+ // * CSSTokenizerInputStream::NextInputChar() replaces NULLs for replacement
// characters
if (string.IsEmpty())

Powered by Google App Engine
This is Rietveld 408576698