| Index: third_party/WebKit/Source/core/CoreInitializer.cpp
|
| diff --git a/third_party/WebKit/Source/core/CoreInitializer.cpp b/third_party/WebKit/Source/core/CoreInitializer.cpp
|
| index a6408af548d90456026063e63f42e74c906bef7a..d4ea187be600ec326250ffaffece4af9c70e18d7 100644
|
| --- a/third_party/WebKit/Source/core/CoreInitializer.cpp
|
| +++ b/third_party/WebKit/Source/core/CoreInitializer.cpp
|
| @@ -81,7 +81,8 @@ void CoreInitializer::initialize() {
|
| // added strings count, (2) if the added strings are quialified names
|
| // the 'qualifiedNamesCount' must be updated as well, (3) the strings
|
| // 'init()' function call must be added.
|
| - // TODO(mikhail.pozdnyakov@intel.com): We should generate static strings initialization code.
|
| + // TODO(mikhail.pozdnyakov@intel.com): We should generate static strings
|
| + // initialization code.
|
| const unsigned qualifiedNamesCount =
|
| HTMLNames::HTMLTagsCount + HTMLNames::HTMLAttrsCount +
|
| MathMLNames::MathMLTagsCount + MathMLNames::MathMLAttrsCount +
|
|
|