Index: Source/core/svg/SVGSVGElement.cpp |
diff --git a/Source/core/svg/SVGSVGElement.cpp b/Source/core/svg/SVGSVGElement.cpp |
index 1fb7667fb2854940716f1f4606da9ae285085a0d..2bf6257c4e0df296f2bb22d9c5520b5e1952671a 100644 |
--- a/Source/core/svg/SVGSVGElement.cpp |
+++ b/Source/core/svg/SVGSVGElement.cpp |
@@ -393,9 +393,9 @@ SVGAngle SVGSVGElement::createSVGAngle() |
return SVGAngle(); |
} |
-FloatPoint SVGSVGElement::createSVGPoint() |
+SVGPoint SVGSVGElement::createSVGPoint() |
{ |
- return FloatPoint(); |
+ return SVGPoint(); |
} |
SVGMatrix SVGSVGElement::createSVGMatrix() |