| Index: Source/core/css/CSSPrimitiveValue.h
|
| diff --git a/Source/core/css/CSSPrimitiveValue.h b/Source/core/css/CSSPrimitiveValue.h
|
| index 0f2d7e0c6cb902c22284e9d5ef8049ed2bab1529..268c0d2a2211fba5ba4b5107570fef193ad88d71 100644
|
| --- a/Source/core/css/CSSPrimitiveValue.h
|
| +++ b/Source/core/css/CSSPrimitiveValue.h
|
| @@ -154,7 +154,6 @@ public:
|
| void accumulateLengthArray(CSSLengthArray&, double multiplier = 1) const;
|
| void accumulateLengthArray(CSSLengthArray&, CSSLengthTypeArray&, double multiplier = 1) const;
|
|
|
| - // This enum follows the BisonCSSParser::Units enum augmented with UNIT_FREQUENCY for frequencies.
|
| enum UnitCategory {
|
| UNumber,
|
| UPercent,
|
|
|