| Index: third_party/WebKit/Source/core/svg/SVGNumberList.idl
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGNumberList.idl b/third_party/WebKit/Source/core/svg/SVGNumberList.idl
|
| index eaa134c343b77f95a260cbe9c191eeea5a488db0..e2a8388d353dc928ee228e11c41e33ee25027c38 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGNumberList.idl
|
| +++ b/third_party/WebKit/Source/core/svg/SVGNumberList.idl
|
| @@ -27,8 +27,8 @@
|
| // https://svgwg.org/svg2-draft/types.html#InterfaceSVGNumberList
|
|
|
| [
|
| + DependentLifetime,
|
| ImplementedAs=SVGNumberListTearOff,
|
| - SetWrapperReferenceTo(SVGElement contextElement),
|
| ] interface SVGNumberList {
|
| readonly attribute unsigned long length;
|
| [ImplementedAs=length] readonly attribute unsigned long numberOfItems;
|
|
|