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

Unified Diff: Source/core/Init.cpp

Issue 1319453002: Experiment: Switch to code-driven conversion of CSS unit type names. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: drop redundant namespace prefix Created 5 years, 4 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
« no previous file with comments | « no previous file | Source/core/css/CSSPrimitiveValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/Init.cpp
diff --git a/Source/core/Init.cpp b/Source/core/Init.cpp
index 1576624f3cc92f5dd3eb838cbed00ca14ecfa38f..892e27cfa6d1a1997709ffcf4e6ee1a4c4056a26 100644
--- a/Source/core/Init.cpp
+++ b/Source/core/Init.cpp
@@ -94,7 +94,6 @@ void CoreInitializer::init()
MediaFeatureNames::init();
MediaTypeNames::init();
- CSSPrimitiveValue::initUnitTable();
CSSParserTokenRange::initStaticEOFToken();
// It would make logical sense to do this in WTF::initialize() but there are
« no previous file with comments | « no previous file | Source/core/css/CSSPrimitiveValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698