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