| Index: Source/core/css/CSSPrimitiveValueMappings.h
|
| diff --git a/Source/core/css/CSSPrimitiveValueMappings.h b/Source/core/css/CSSPrimitiveValueMappings.h
|
| index 3bc0abf729100c429a8cd19b701f6af8afe3859a..5d2e5a7add138e24d7adcdf15e9bbee325a6aa7c 100644
|
| --- a/Source/core/css/CSSPrimitiveValueMappings.h
|
| +++ b/Source/core/css/CSSPrimitiveValueMappings.h
|
| @@ -4452,8 +4452,6 @@ template<int supported> Length CSSPrimitiveValue::convertToLength(const CSSToLen
|
| return Length(Auto);
|
| if ((supported & FixedConversion) && (supported & PercentConversion) && isCalculated())
|
| return Length(cssCalcValue()->toCalcValue(conversionData));
|
| - if ((supported & FixedConversion) && isViewportPercentageLength())
|
| - return viewportPercentageLength();
|
| ASSERT_NOT_REACHED();
|
| return Length(0, Fixed);
|
| }
|
|
|