Index: core/svg/SVGPreserveAspectRatio.idl |
diff --git a/core/svg/SVGPreserveAspectRatio.idl b/core/svg/SVGPreserveAspectRatio.idl |
index 178f1a048d60f1901699d1a56a342defcc76071c..477369ee6d9a29143681bda5dec35d8b656d5df0 100644 |
--- a/core/svg/SVGPreserveAspectRatio.idl |
+++ b/core/svg/SVGPreserveAspectRatio.idl |
@@ -42,8 +42,8 @@ interface SVGPreserveAspectRatio { |
const unsigned short SVG_MEETORSLICE_MEET = 1; |
const unsigned short SVG_MEETORSLICE_SLICE = 2; |
- [StrictTypeChecking, SetterRaisesException] attribute unsigned short align; |
+ [StrictTypeChecking, RaisesException=Setter] attribute unsigned short align; |
- [StrictTypeChecking, SetterRaisesException] attribute unsigned short meetOrSlice; |
+ [StrictTypeChecking, RaisesException=Setter] attribute unsigned short meetOrSlice; |
}; |