Index: Source/core/svg/SVGTextElement.cpp |
diff --git a/Source/core/svg/SVGTextElement.cpp b/Source/core/svg/SVGTextElement.cpp |
index 523ab0adbf84bd5bbf3c799946c43bdb2a0f3230..dde5fd034bf1376ac37c6dfb2cb49233d493f176 100644 |
--- a/Source/core/svg/SVGTextElement.cpp |
+++ b/Source/core/svg/SVGTextElement.cpp |
@@ -55,7 +55,7 @@ AffineTransform SVGTextElement::animatedLocalTransform() const |
// Flatten any 3D transform |
matrix = t.toAffineTransform(); |
} else { |
- transformCurrentValue().concatenate(matrix); |
+ transform()->currentValue()->concatenate(matrix); |
} |
const AffineTransform* transform = const_cast<SVGTextElement*>(this)->supplementalTransform(); |