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