diff options
Diffstat (limited to 'WebCore/svg/SVGGElement.h')
-rw-r--r-- | WebCore/svg/SVGGElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGGElement.h b/WebCore/svg/SVGGElement.h index fe52d05..8e3b368 100644 --- a/WebCore/svg/SVGGElement.h +++ b/WebCore/svg/SVGGElement.h @@ -52,7 +52,7 @@ namespace WebCore { private: friend class SVGUseElement; - AffineTransform localMatrix() const; + TransformationMatrix localMatrix() const; }; } // namespace WebCore |