Index: core/svg/SVGAnimatedNumber.idl |
diff --git a/core/svg/SVGAnimatedNumber.idl b/core/svg/SVGAnimatedNumber.idl |
index 6e3485cc238f7bcb68bc130fc13971589d42ccce..e8cc9ba316151b74f65b8bc1517c7c57b0a486cf 100644 |
--- a/core/svg/SVGAnimatedNumber.idl |
+++ b/core/svg/SVGAnimatedNumber.idl |
@@ -25,7 +25,7 @@ |
*/ |
interface SVGAnimatedNumber { |
- [StrictTypeChecking, SetterRaisesException] attribute float baseVal; |
+ [StrictTypeChecking, RaisesException=Setter] attribute float baseVal; |
readonly attribute float animVal; |
}; |