| Index: third_party/WebKit/Source/core/svg/SVGAnimatedTransformList.idl
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedTransformList.idl b/third_party/WebKit/Source/core/svg/SVGAnimatedTransformList.idl
|
| index 3b4efee024c2ab1a8037b82080e1a54af78f3534..cb9a6d4895ae472ef6b7607bf82ae011e91916ca 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedTransformList.idl
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedTransformList.idl
|
| @@ -26,7 +26,7 @@
|
| // https://svgwg.org/svg2-draft/coords.html#InterfaceSVGAnimatedTransformList
|
|
|
| [
|
| - SetWrapperReferenceTo(SVGElement contextElement),
|
| + DependentLifetime,
|
| ] interface SVGAnimatedTransformList {
|
| [MeasureAs=SVGAnimatedTransformListBaseVal] readonly attribute SVGTransformList baseVal;
|
| readonly attribute SVGTransformList animVal;
|
|
|