diff options
Diffstat (limited to 'WebCore/svg/SVGMatrix.idl')
-rw-r--r-- | WebCore/svg/SVGMatrix.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/svg/SVGMatrix.idl b/WebCore/svg/SVGMatrix.idl index d064aa9..1b91d53 100644 --- a/WebCore/svg/SVGMatrix.idl +++ b/WebCore/svg/SVGMatrix.idl @@ -22,9 +22,9 @@ module svg { - interface [Conditional=SVG, PODType=TransformationMatrix] SVGMatrix { + interface [Conditional=SVG, PODType=AffineTransform] SVGMatrix { // FIXME: these attributes should all be floats but since we implement - // TransformationMatrix with doubles setting these as doubles makes more sense. + // AffineTransform with doubles setting these as doubles makes more sense. attribute double a; attribute double b; attribute double c; |