Index: Source/core/svg/SVGTransform.cpp |
diff --git a/Source/core/svg/SVGTransform.cpp b/Source/core/svg/SVGTransform.cpp |
index 881df41aee25cff06648a9ad2f5c1b7296c7af81..23f7255aea0d499fab6a608ea3a046955d4bd88e 100644 |
--- a/Source/core/svg/SVGTransform.cpp |
+++ b/Source/core/svg/SVGTransform.cpp |
@@ -59,7 +59,7 @@ void SVGTransform::setMatrix(const AffineTransform& matrix) |
m_matrix = matrix; |
} |
-void SVGTransform::updateSvgMatrix() |
+void SVGTransform::updateSVGMatrix() |
{ |
// The underlying matrix has been changed, alter the transformation type. |
// Spec: In case the matrix object is changed directly (i.e., without using the methods on the SVGTransform interface itself) |