| Index: third_party/WebKit/Source/core/svg/SVGAnimatedString.idl
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedString.idl b/third_party/WebKit/Source/core/svg/SVGAnimatedString.idl
|
| index 4f82443fa7700b2c8fb16888855139e0a0b53fa9..313ceebc70bb9aa84e123312c81e68300eeef4e2 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedString.idl
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedString.idl
|
| @@ -26,7 +26,7 @@
|
| // https://svgwg.org/svg2-draft/types.html#InterfaceSVGAnimatedString
|
|
|
| [
|
| - SetWrapperReferenceTo(SVGElement contextElement),
|
| + DependentLifetime,
|
| ] interface SVGAnimatedString {
|
| [RaisesException=Setter] attribute DOMString baseVal;
|
| readonly attribute DOMString animVal;
|
|
|