Index: Source/core/svg/SVGAnimatedNumberOptionalNumber.h |
diff --git a/Source/core/svg/SVGAnimatedNumberOptionalNumber.h b/Source/core/svg/SVGAnimatedNumberOptionalNumber.h |
index 427295ef9e99ccbe0a8ac865bb1131a551c4906a..bc6e4b7d506f648c7fb013df65aa41362f7a44d9 100644 |
--- a/Source/core/svg/SVGAnimatedNumberOptionalNumber.h |
+++ b/Source/core/svg/SVGAnimatedNumberOptionalNumber.h |
@@ -41,7 +41,7 @@ namespace WebCore { |
// while DOM attribute and SMIL animations operate on this class. |
// From Javascript, the two SVGAnimatedNumbers |firstNumber| and |secondNumber| are used. |
// For example, see SVGFEDropShadowElement::stdDeviation{X,Y}() |
-class SVGAnimatedNumberOptionalNumber : public NewSVGAnimatedPropertyCommon<SVGNumberOptionalNumber> { |
+class SVGAnimatedNumberOptionalNumber : public SVGAnimatedPropertyCommon<SVGNumberOptionalNumber> { |
public: |
static PassRefPtr<SVGAnimatedNumberOptionalNumber> create(SVGElement* contextElement, const QualifiedName& attributeName, float initialFirstValue = 0, float initialSecondValue = 0) |
{ |
@@ -49,7 +49,7 @@ public: |
} |
virtual void animationStarted() OVERRIDE; |
- virtual void setAnimatedValue(PassRefPtr<NewSVGPropertyBase>) OVERRIDE; |
+ virtual void setAnimatedValue(PassRefPtr<SVGPropertyBase>) OVERRIDE; |
virtual bool needsSynchronizeAttribute() OVERRIDE; |
virtual void animationEnded() OVERRIDE; |