Index: core/svg/SVGViewSpec.idl |
diff --git a/core/svg/SVGViewSpec.idl b/core/svg/SVGViewSpec.idl |
index ab57e7e01c6cc3101eab7a35a548a2293302b1a7..80b1d809c44aa00a614e474149dee50eb8e6a351 100644 |
--- a/core/svg/SVGViewSpec.idl |
+++ b/core/svg/SVGViewSpec.idl |
@@ -32,7 +32,7 @@ interface SVGViewSpec { |
readonly attribute DOMString viewTargetString; |
// SVGZoomAndPan |
- [SetterRaisesException] attribute unsigned short zoomAndPan; |
+ [RaisesException=Setter] attribute unsigned short zoomAndPan; |
}; |
SVGViewSpec implements SVGFitToViewBox; |