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

Unified Diff: Source/core/css/CSSPrimitiveValue.h

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
Index: Source/core/css/CSSPrimitiveValue.h
diff --git a/Source/core/css/CSSPrimitiveValue.h b/Source/core/css/CSSPrimitiveValue.h
index 9da9b92fd0d5501f7db2dd990bf49b73526e439e..37868560709671cce968a1c2fe387da1a80c3e2f 100644
--- a/Source/core/css/CSSPrimitiveValue.h
+++ b/Source/core/css/CSSPrimitiveValue.h
@@ -165,6 +165,8 @@ public:
};
static UnitCategory unitCategory(UnitType);
+ static void initUnitTable();
+
static UnitType fromName(const String& unit);
bool isAngle() const

Powered by Google App Engine
This is Rietveld 408576698