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