Chromium Code Reviews| Index: trunk/Source/core/css/CSSPrimitiveValue.h |
| =================================================================== |
| --- trunk/Source/core/css/CSSPrimitiveValue.h (revision 169291) |
| +++ trunk/Source/core/css/CSSPrimitiveValue.h (working copy) |
| @@ -149,9 +149,6 @@ |
| }; |
| static UnitCategory unitCategory(CSSPrimitiveValue::UnitTypes); |
| - typedef HashMap<String, CSSPrimitiveValue::UnitTypes> UnitTable; |
| - static UnitTable& getUnitTable(); |
| - |
| bool isAngle() const |
| { |
| return m_primitiveUnitType == CSS_DEG |