Index: Source/core/animation/ColorStyleInterpolation.cpp |
diff --git a/Source/core/animation/ColorStyleInterpolation.cpp b/Source/core/animation/ColorStyleInterpolation.cpp |
index e96ff48475bd06c863c4e9063707e58703cb4e29..5c9a618bafc0d4ceef9d5cbc5d1856cf59595e89 100644 |
--- a/Source/core/animation/ColorStyleInterpolation.cpp |
+++ b/Source/core/animation/ColorStyleInterpolation.cpp |
@@ -71,7 +71,7 @@ PassRefPtrWillBeRawPtr<CSSPrimitiveValue> ColorStyleInterpolation::interpolableV |
void ColorStyleInterpolation::apply(StyleResolverState& state) const |
{ |
- StyleBuilder::applyProperty(m_id, state, interpolableValueToColor(*m_cachedValue).get()); |
+ StyleBuilder::applyProperty(m_id, state, interpolableValueToColor(*m_cachedValue)); |
} |
DEFINE_TRACE(ColorStyleInterpolation) |