| Index: Source/core/css/CSSPrimitiveValue.h
|
| diff --git a/Source/core/css/CSSPrimitiveValue.h b/Source/core/css/CSSPrimitiveValue.h
|
| index ad0005371b1540b5440494561a2d54279b2c0585..2460ec554ae504fd63d62bbc7254336dc634d959 100644
|
| --- a/Source/core/css/CSSPrimitiveValue.h
|
| +++ b/Source/core/css/CSSPrimitiveValue.h
|
| @@ -150,7 +150,7 @@ public:
|
| static UnitCategory unitCategory(CSSPrimitiveValue::UnitTypes);
|
|
|
| typedef HashMap<String, CSSPrimitiveValue::UnitTypes> UnitTable;
|
| - static UnitTable& getUnitTable();
|
| + static UnitTypes fromName(const String& unit);
|
|
|
| bool isAngle() const
|
| {
|
|
|