| 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())
|
|
|