Index: Source/core/svg/SVGTransform.h |
diff --git a/Source/core/svg/SVGTransform.h b/Source/core/svg/SVGTransform.h |
index 9a3672936d1213a93297dc092310a5322636e340..5e0dd32ec4aff01642b7b9e5b9720ecd72fcc37f 100644 |
--- a/Source/core/svg/SVGTransform.h |
+++ b/Source/core/svg/SVGTransform.h |
@@ -54,7 +54,7 @@ public: |
SVGMatrix& svgMatrix() { return static_cast<SVGMatrix&>(m_matrix); } |
AffineTransform matrix() const { return m_matrix; } |
- void updateSvgMatrix(); |
+ void updateSVGMatrix(); |
float angle() const { return m_angle; } |
FloatPoint rotationCenter() const { return m_center; } |