| Index: third_party/WebKit/Source/core/svg/SVGTransformList.idl
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGTransformList.idl b/third_party/WebKit/Source/core/svg/SVGTransformList.idl
|
| index 6c534bd14a80818c59135a62f733128cd33536af..d75ea8e39f3cc32eac2b4ddda6ee82c9173e88e8 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGTransformList.idl
|
| +++ b/third_party/WebKit/Source/core/svg/SVGTransformList.idl
|
| @@ -27,8 +27,8 @@
|
| // https://svgwg.org/svg2-draft/coords.html#InterfaceSVGTransformList
|
|
|
| [
|
| + DependentLifetime,
|
| ImplementedAs=SVGTransformListTearOff,
|
| - SetWrapperReferenceTo(SVGElement contextElement),
|
| ] interface SVGTransformList {
|
| readonly attribute unsigned long length;
|
| [ImplementedAs=length] readonly attribute unsigned long numberOfItems;
|
|
|