| Index: third_party/WebKit/Source/core/css/CSSCalculationValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSCalculationValue.h b/third_party/WebKit/Source/core/css/CSSCalculationValue.h
|
| index 3976706cf4bbd675080d72d3e34cd1a0a5e9f3a5..9fccae64a9b231343571d9bfa38b8e4c33b0342c 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSCalculationValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSCalculationValue.h
|
| @@ -49,8 +49,8 @@ enum CalcOperator {
|
| CalcDivide = '/'
|
| };
|
|
|
| -// The order of this enum should not change since its elements are used as indices
|
| -// in the addSubtractResult matrix.
|
| +// The order of this enum should not change since its elements are used as
|
| +// indices in the addSubtractResult matrix.
|
| enum CalculationCategory {
|
| CalcNumber = 0,
|
| CalcLength,
|
|
|