| Index: Source/core/css/CSSPrimitiveValue.h
|
| diff --git a/Source/core/css/CSSPrimitiveValue.h b/Source/core/css/CSSPrimitiveValue.h
|
| index c16a2ab2a71447b20f04d8b6b4be61674ad989ae..ad0005371b1540b5440494561a2d54279b2c0585 100644
|
| --- a/Source/core/css/CSSPrimitiveValue.h
|
| +++ b/Source/core/css/CSSPrimitiveValue.h
|
| @@ -149,6 +149,9 @@ public:
|
| };
|
| static UnitCategory unitCategory(CSSPrimitiveValue::UnitTypes);
|
|
|
| + typedef HashMap<String, CSSPrimitiveValue::UnitTypes> UnitTable;
|
| + static UnitTable& getUnitTable();
|
| +
|
| bool isAngle() const
|
| {
|
| return m_primitiveUnitType == CSS_DEG
|
|
|