Index: core/svg/SVGAltGlyphElement.idl |
diff --git a/core/svg/SVGAltGlyphElement.idl b/core/svg/SVGAltGlyphElement.idl |
index 999598e801483acc73f1932f11ad503f2db0b44a..e3f991525985d05ad028d9beb0ced474c459cf4d 100644 |
--- a/core/svg/SVGAltGlyphElement.idl |
+++ b/core/svg/SVGAltGlyphElement.idl |
@@ -26,8 +26,8 @@ |
[ |
Conditional=SVG_FONTS |
] interface SVGAltGlyphElement : SVGTextPositioningElement { |
- [SetterRaisesException] attribute DOMString glyphRef; |
- [SetterRaisesException] attribute DOMString format; |
+ [RaisesException=Setter] attribute DOMString glyphRef; |
+ [RaisesException=Setter] attribute DOMString format; |
}; |
SVGAltGlyphElement implements SVGURIReference; |