| Index: core/svg/SVGAnimatedEnumeration.idl
|
| diff --git a/core/svg/SVGAnimatedEnumeration.idl b/core/svg/SVGAnimatedEnumeration.idl
|
| index cb04e753a0856f9fe1e982455342327940d0d5bb..e51c9c1f87dc83aa160575150439a587fd21048f 100644
|
| --- a/core/svg/SVGAnimatedEnumeration.idl
|
| +++ b/core/svg/SVGAnimatedEnumeration.idl
|
| @@ -24,7 +24,7 @@
|
| */
|
|
|
| interface SVGAnimatedEnumeration {
|
| - [StrictTypeChecking, SetterRaisesException] attribute unsigned short baseVal;
|
| + [StrictTypeChecking, RaisesException=Setter] attribute unsigned short baseVal;
|
| readonly attribute unsigned short animVal;
|
| };
|
|
|
|
|