Index: Source/core/animation/PathSVGInterpolation.h |
diff --git a/Source/core/animation/PathSVGInterpolation.h b/Source/core/animation/PathSVGInterpolation.h |
index 99b7848fdfae488e6313d745cd8449a1e0645264..115df951ab1918b1dab6e60eb6df0fa178929cfa 100644 |
--- a/Source/core/animation/PathSVGInterpolation.h |
+++ b/Source/core/animation/PathSVGInterpolation.h |
@@ -22,7 +22,7 @@ public: |
} |
private: |
- PathSVGInterpolation(PassOwnPtrWillBeRawPtr<InterpolableValue> start, PassOwnPtrWillBeRawPtr<InterpolableValue> end, PassRefPtrWillBeRawPtr<SVGAnimatedPropertyBase> attribute, |
+ PathSVGInterpolation(PassOwnPtr<InterpolableValue> start, PassOwnPtr<InterpolableValue> end, PassRefPtrWillBeRawPtr<SVGAnimatedPropertyBase> attribute, |
Vector<SVGPathSegType> pathSegTypes) |
: SVGInterpolation(start, end, attribute) |
{ |