| Index: third_party/WebKit/Source/core/svg/SVGAnimatedNumber.idl
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedNumber.idl b/third_party/WebKit/Source/core/svg/SVGAnimatedNumber.idl
|
| index 3f46e71741c4682a014fe5df924975275bb2a62e..bd4a3f4722894ac44b8f624bd547069cb1664b64 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedNumber.idl
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedNumber.idl
|
| @@ -27,7 +27,7 @@
|
| // https://svgwg.org/svg2-draft/types.html#InterfaceSVGAnimatedNumber
|
|
|
| [
|
| - SetWrapperReferenceTo(SVGElement contextElement),
|
| + DependentLifetime,
|
| ] interface SVGAnimatedNumber {
|
| [RaisesException=Setter] attribute float baseVal;
|
| readonly attribute float animVal;
|
|
|