| Index: third_party/WebKit/Source/core/svg/SVGMatrix.idl
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGMatrix.idl b/third_party/WebKit/Source/core/svg/SVGMatrix.idl
|
| index 6048a9ee109e83efe578f4dc05504a49324d9d4d..afdc6510dacda76a6a6f252cc18bc583e7487b9e 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGMatrix.idl
|
| +++ b/third_party/WebKit/Source/core/svg/SVGMatrix.idl
|
| @@ -24,8 +24,8 @@
|
|
|
| // TODO(foolip): SVGMatrix is gone from SVG 2, replaced by DOMMatrix.
|
| [
|
| + DependentLifetime,
|
| ImplementedAs=SVGMatrixTearOff,
|
| - SetWrapperReferenceTo(SVGTransform contextTransform),
|
| ] interface SVGMatrix {
|
| // FIXME: these attributes should all be floats but since we implement
|
| // AffineTransform with doubles setting these as doubles makes more sense.
|
|
|