| Index: Source/core/css/CSSPrimitiveValue.h
|
| diff --git a/Source/core/css/CSSPrimitiveValue.h b/Source/core/css/CSSPrimitiveValue.h
|
| index a32af7d5237b5bc9da538abade86e91370a3efa3..96b925244d9766a6fe229369682489ff8c8cb330 100644
|
| --- a/Source/core/css/CSSPrimitiveValue.h
|
| +++ b/Source/core/css/CSSPrimitiveValue.h
|
| @@ -156,9 +156,8 @@ public:
|
| static UnitCategory unitCategory(UnitType);
|
| static float clampToCSSLengthRange(double);
|
|
|
| - static void initUnitTable();
|
| -
|
| - static UnitType fromName(const String& unit);
|
| + static UnitType fromName(const UChar* unit, unsigned length);
|
| + static UnitType fromName(const LChar* unit, unsigned length);
|
|
|
| bool isAngle() const
|
| {
|
|
|