Index: Source/core/animation/ShadowStyleInterpolation.cpp |
diff --git a/Source/core/animation/ShadowStyleInterpolation.cpp b/Source/core/animation/ShadowStyleInterpolation.cpp |
index adf267e4beaffaba402b1f72f1db82382fa49495..8bdaaef5e8757e86859b3d260212bd1a4cbcdcd9 100644 |
--- a/Source/core/animation/ShadowStyleInterpolation.cpp |
+++ b/Source/core/animation/ShadowStyleInterpolation.cpp |
@@ -42,7 +42,7 @@ PassOwnPtrWillBeRawPtr<InterpolableValue> ShadowStyleInterpolation::toInterpolab |
result->set(4, ColorStyleInterpolation::colorToInterpolableValue(CSSValue(*shadowValue.color.get()))); |
if (shadowValue.style) |
- nonInterpolableData = (toCSSPrimitiveValue(*shadowValue.style).getValueID() == CSSValueInset); |
+ nonInterpolableData = (toCSSPrimitiveValue(shadowValue.style).getValueID() == CSSValueInset); |
else |
nonInterpolableData = false; |