| Index: third_party/WebKit/Source/core/css/CSSCalculationValue.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSCalculationValue.cpp b/third_party/WebKit/Source/core/css/CSSCalculationValue.cpp
|
| index ca71c391e88907492bb346c0019462bb6733cc94..f2554043f480bd4515f4b0051a2a37f943cf12e5 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSCalculationValue.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSCalculationValue.cpp
|
| @@ -119,7 +119,6 @@ static bool hasDoubleValue(CSSPrimitiveValue::UnitType type) {
|
| case CSSPrimitiveValue::UnitType::CalcPercentageWithLength:
|
| case CSSPrimitiveValue::UnitType::CalcLengthWithNumber:
|
| case CSSPrimitiveValue::UnitType::CalcPercentageWithLengthAndNumber:
|
| - case CSSPrimitiveValue::UnitType::ValueID:
|
| case CSSPrimitiveValue::UnitType::QuirkyEms:
|
| return false;
|
| };
|
|
|