| Index: Source/core/animation/LengthStyleInterpolation.cpp
|
| diff --git a/Source/core/animation/LengthStyleInterpolation.cpp b/Source/core/animation/LengthStyleInterpolation.cpp
|
| index 7510faa7f51d8692a02e6549554d7bb48625f3fa..c4a1fff45ec77ada63f937f95d614497d8ea3b0d 100644
|
| --- a/Source/core/animation/LengthStyleInterpolation.cpp
|
| +++ b/Source/core/animation/LengthStyleInterpolation.cpp
|
| @@ -54,7 +54,7 @@ bool pixelsForKeyword(CSSPropertyID property, CSSValueID valueID, double& result
|
| bool LengthStyleInterpolation::canCreateFrom(const CSSValue& value, CSSPropertyID property)
|
| {
|
| if (value.isPrimitiveValue()) {
|
| - const CSSPrimitiveValue& primitiveValue = blink::toCSSPrimitiveValue(value);
|
| + const CSSPrimitiveValue& primitiveValue = toCSSPrimitiveValue(value);
|
| if (primitiveValue.cssCalcValue())
|
| return true;
|
|
|
|
|