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

Unified Diff: Source/core/Init.cpp

Issue 864143006: Remove unsafe DEFINE_STATIC_LOCALs in CSSPrimitiveValue (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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') | Source/core/css/CSSPrimitiveValue.cpp » ('J')
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 2abf76b907df159b51ee7888a8c78972eb0f2222..75ea8d6f12cae0dc60e0ea987aaad80544d649e7 100644
--- a/Source/core/Init.cpp
+++ b/Source/core/Init.cpp
@@ -93,6 +93,7 @@ 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') | Source/core/css/CSSPrimitiveValue.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698