| Index: third_party/WebKit/Source/core/svg/SVGAnimatedEnumeration.idl
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedEnumeration.idl b/third_party/WebKit/Source/core/svg/SVGAnimatedEnumeration.idl
|
| index b3efac7ab4391aa57a2597578962a251831f871c..f18fa0be12a0bf2fe7f0d0303ff401c6b196352d 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedEnumeration.idl
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedEnumeration.idl
|
| @@ -26,8 +26,8 @@
|
| // https://svgwg.org/svg2-draft/types.html#InterfaceSVGAnimatedEnumeration
|
|
|
| [
|
| + DependentLifetime,
|
| ImplementedAs=SVGAnimatedEnumerationBase,
|
| - SetWrapperReferenceTo(SVGElement contextElement),
|
| ] interface SVGAnimatedEnumeration {
|
| [RaisesException=Setter] attribute unsigned short baseVal;
|
| readonly attribute unsigned short animVal;
|
|
|