Index: core/svg/SVGLength.idl |
diff --git a/core/svg/SVGLength.idl b/core/svg/SVGLength.idl |
index e073b1a36aaa9e008e0ecaab39996f2a37534385..4d29af7ffa441373471a79ed3075c3f0ecdf49bb 100644 |
--- a/core/svg/SVGLength.idl |
+++ b/core/svg/SVGLength.idl |
@@ -35,10 +35,10 @@ interface SVGLength { |
const unsigned short SVG_LENGTHTYPE_PC = 10; |
readonly attribute unsigned short unitType; |
- [Custom, StrictTypeChecking, GetterRaisesException, SetterRaisesException] attribute float value; |
+ [Custom, StrictTypeChecking, RaisesException] attribute float value; |
[StrictTypeChecking] attribute float valueInSpecifiedUnits; |
- [TreatNullAs=NullString, StrictTypeChecking, SetterRaisesException] attribute DOMString valueAsString; |
+ [TreatNullAs=NullString, StrictTypeChecking, RaisesException=Setter] attribute DOMString valueAsString; |
[StrictTypeChecking, RaisesException] void newValueSpecifiedUnits(unsigned short unitType, |
float valueInSpecifiedUnits); |