| Index: Source/core/css/CSSPrimitiveValue.cpp
|
| diff --git a/Source/core/css/CSSPrimitiveValue.cpp b/Source/core/css/CSSPrimitiveValue.cpp
|
| index 2bc98a8c0bd26ebcb57dc2b111c54bd88446a24e..9e9631ebfba3cfd3576c8ab8a58a29a9d9aba666 100644
|
| --- a/Source/core/css/CSSPrimitiveValue.cpp
|
| +++ b/Source/core/css/CSSPrimitiveValue.cpp
|
| @@ -301,7 +301,6 @@ CSSPrimitiveValue::CSSPrimitiveValue(const Length& length, float zoom)
|
| case Calculated:
|
| init(CSSCalcValue::create(length.calculationValue(), zoom));
|
| return;
|
| - case Relative:
|
| case Undefined:
|
| ASSERT_NOT_REACHED();
|
| break;
|
| @@ -369,7 +368,6 @@ void CSSPrimitiveValue::init(const Length& length)
|
| m_value.num = length.viewportPercentageLength();
|
| break;
|
| case Calculated:
|
| - case Relative:
|
| case Undefined:
|
| ASSERT_NOT_REACHED();
|
| break;
|
|
|