| Index: Source/core/css/CSSPrimitiveValue.h
|
| diff --git a/Source/core/css/CSSPrimitiveValue.h b/Source/core/css/CSSPrimitiveValue.h
|
| index 521f87ed5ff68d75d3ae326e6e44240b37ccb04e..e17640e80ff619559fb69865c03262298119d478 100644
|
| --- a/Source/core/css/CSSPrimitiveValue.h
|
| +++ b/Source/core/css/CSSPrimitiveValue.h
|
| @@ -89,7 +89,6 @@ public:
|
| Kilohertz,
|
| CustomIdentifier,
|
| URI,
|
| - Attribute,
|
| RGBColor,
|
| ViewportWidth,
|
| ViewportHeight,
|
| @@ -158,7 +157,6 @@ public:
|
| || type() == UnitType::Gradians
|
| || type() == UnitType::Turns;
|
| }
|
| - bool isAttr() const { return type() == UnitType::Attribute; }
|
| bool isCustomIdent() const { return type() == UnitType::CustomIdentifier; }
|
| bool isFontRelativeLength() const
|
| {
|
|
|