Index: Source/core/animation/Interpolation.cpp |
diff --git a/Source/core/animation/Interpolation.cpp b/Source/core/animation/Interpolation.cpp |
index 4c3ef4c8bb5deea9254e64ce720b71b4f08377a0..2d0e1401c5e021a1496d1395f1d1a77f14186b36 100644 |
--- a/Source/core/animation/Interpolation.cpp |
+++ b/Source/core/animation/Interpolation.cpp |
@@ -34,7 +34,7 @@ bool typesMatch(const InterpolableValue* start, const InterpolableValue* end) |
} |
-Interpolation::Interpolation(PassOwnPtrWillBeRawPtr<InterpolableValue> start, PassOwnPtrWillBeRawPtr<InterpolableValue> end) |
+Interpolation::Interpolation(InterpolableValue* start, InterpolableValue* end) |
: m_start(start) |
, m_end(end) |
, m_cachedFraction(0) |