Index: Source/core/animation/IntegerOptionalIntegerSVGInterpolation.h |
diff --git a/Source/core/animation/IntegerOptionalIntegerSVGInterpolation.h b/Source/core/animation/IntegerOptionalIntegerSVGInterpolation.h |
index d3b5e1f5f7e1d01b57d2243841b2b09478bba86c..322c88005f2315dd8d3a096230505219867f0c75 100644 |
--- a/Source/core/animation/IntegerOptionalIntegerSVGInterpolation.h |
+++ b/Source/core/animation/IntegerOptionalIntegerSVGInterpolation.h |
@@ -31,13 +31,13 @@ public: |
} |
private: |
- IntegerOptionalIntegerSVGInterpolation(PassOwnPtrWillBeRawPtr<InterpolableValue> start, PassOwnPtrWillBeRawPtr<InterpolableValue> end, PassRefPtrWillBeRawPtr<SVGAnimatedPropertyBase> attribute, int min) |
+ IntegerOptionalIntegerSVGInterpolation(PassOwnPtr<InterpolableValue> start, PassOwnPtr<InterpolableValue> end, PassRefPtrWillBeRawPtr<SVGAnimatedPropertyBase> attribute, int min) |
: SVGInterpolation(start, end, attribute) |
, m_min(min) |
{ |
} |
- static PassOwnPtrWillBeRawPtr<InterpolableValue> toInterpolableValue(SVGPropertyBase*); |
+ static PassOwnPtr<InterpolableValue> toInterpolableValue(SVGPropertyBase*); |
static PassRefPtrWillBeRawPtr<SVGIntegerOptionalInteger> fromInterpolableValue(const InterpolableValue&, int); |