| Index: core/svg/SVGAnimatedEnumeration.idl
|
| diff --git a/core/svg/SVGAnimatedEnumeration.idl b/core/svg/SVGAnimatedEnumeration.idl
|
| index 7ed1d19e3076d708f0106501d3e48d431d91ca72..25621e7b117fa2d2e108b9903ff6acd450ff3281 100644
|
| --- a/core/svg/SVGAnimatedEnumeration.idl
|
| +++ b/core/svg/SVGAnimatedEnumeration.idl
|
| @@ -24,7 +24,9 @@
|
| */
|
|
|
| [
|
| - StrictTypeChecking,
|
| + ImplementedAs=SVGAnimatedEnumerationBase,
|
| + SetWrapperReferenceTo(SVGElement contextElement),
|
| + TypeChecking=Interface|Nullable,
|
| ] interface SVGAnimatedEnumeration {
|
| [RaisesException=Setter] attribute unsigned short baseVal;
|
| readonly attribute unsigned short animVal;
|
|
|