Index: Source/core/svg/SVGAnimatedType.cpp |
diff --git a/Source/core/svg/SVGAnimatedType.cpp b/Source/core/svg/SVGAnimatedType.cpp |
index e8f624be9b8211ef18e88ca30fa53eae3f8785d4..dbcff241be7b192da74c3d3569cb29909b146891 100644 |
--- a/Source/core/svg/SVGAnimatedType.cpp |
+++ b/Source/core/svg/SVGAnimatedType.cpp |
@@ -203,7 +203,7 @@ PassOwnPtr<SVGAnimatedType> SVGAnimatedType::createPreserveAspectRatio(SVGPreser |
return animatedType.release(); |
} |
-PassOwnPtr<SVGAnimatedType> SVGAnimatedType::createRect(FloatRect* rect) |
+PassOwnPtr<SVGAnimatedType> SVGAnimatedType::createRect(SVGRect* rect) |
{ |
ASSERT(rect); |
OwnPtr<SVGAnimatedType> animatedType = adoptPtr(new SVGAnimatedType(AnimatedRect)); |