Index: Source/core/svg/SVGAnimatedInteger.cpp |
diff --git a/Source/core/svg/SVGAnimatedInteger.cpp b/Source/core/svg/SVGAnimatedInteger.cpp |
index e7b9699ee6254a404e90f74318f02e3067ce979e..b5f9d34a93ebc2d7a14f7c77fa46fca2ff9224f5 100644 |
--- a/Source/core/svg/SVGAnimatedInteger.cpp |
+++ b/Source/core/svg/SVGAnimatedInteger.cpp |
@@ -43,7 +43,7 @@ void SVGAnimatedInteger::synchronizeAttribute() |
return; |
} |
- NewSVGAnimatedProperty<SVGInteger>::synchronizeAttribute(); |
+ SVGAnimatedProperty<SVGInteger>::synchronizeAttribute(); |
} |
} |