Chromium Code Reviews| 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 |