| Index: core/svg/SVGMatrix.idl
|
| diff --git a/core/svg/SVGMatrix.idl b/core/svg/SVGMatrix.idl
|
| index dc871be5b9e1d7fb1e766bc399b69faa18a0524c..af560290c013ee4ba1103205e436da67e63a28e4 100644
|
| --- a/core/svg/SVGMatrix.idl
|
| +++ b/core/svg/SVGMatrix.idl
|
| @@ -20,7 +20,9 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -interface SVGMatrix {
|
| +[
|
| + SetReference(SVGTransform parent)
|
| +] interface SVGMatrix {
|
| // FIXME: these attributes should all be floats but since we implement
|
| // AffineTransform with doubles setting these as doubles makes more sense.
|
| [StrictTypeChecking] attribute double a;
|
|
|