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

Unified Diff: third_party/WebKit/Source/core/CoreInitializer.cpp

Issue 2393803004: blink: Enforce comment formatting (except in core/layout, for now) (Closed)
Patch Set: 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/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 +

Powered by Google App Engine
This is Rietveld 408576698