Index: Source/core/css/CSSCalculationValue.cpp |
diff --git a/Source/core/css/CSSCalculationValue.cpp b/Source/core/css/CSSCalculationValue.cpp |
index c5ed81a78a696cdac73116385d1256f7ce15e69e..ceca978e3cca7bf3dc0ccfe78029b2dcbabba431 100644 |
--- a/Source/core/css/CSSCalculationValue.cpp |
+++ b/Source/core/css/CSSCalculationValue.cpp |
@@ -235,7 +235,7 @@ public: |
case CalcPercentLength: { |
CSSPrimitiveValue* primitiveValue = m_value.get(); |
return adoptPtr(new CalcExpressionLength(primitiveValue |
- ? primitiveValue->convertToLength<FixedFloatConversion | PercentConversion | FractionConversion>(style, rootStyle, zoom) |
+ ? primitiveValue->convertToLength<FixedFloatConversion | PercentConversion>(style, rootStyle, zoom) |
: Length(Undefined))); |
} |
// Only types that could be part of a Length expression can be converted |