diff options
Diffstat (limited to 'Source/WebCore/svg/SVGAltGlyphElement.idl')
-rw-r--r-- | Source/WebCore/svg/SVGAltGlyphElement.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/WebCore/svg/SVGAltGlyphElement.idl b/Source/WebCore/svg/SVGAltGlyphElement.idl index 9bb3f1671..a76e6af72 100644 --- a/Source/WebCore/svg/SVGAltGlyphElement.idl +++ b/Source/WebCore/svg/SVGAltGlyphElement.idl @@ -24,10 +24,10 @@ */ [ - Conditional=SVG&SVG_FONTS, + Conditional=SVG_FONTS, ] interface SVGAltGlyphElement : SVGTextPositioningElement { - [SetterRaisesException] attribute DOMString glyphRef; - [SetterRaisesException] attribute DOMString format; + [SetterMayThrowException] attribute DOMString glyphRef; + [SetterMayThrowException] attribute DOMString format; }; SVGAltGlyphElement implements SVGURIReference; |