diff options
Diffstat (limited to 'Source/WebCore/svg/SVGAltGlyphDefElement.idl')
-rw-r--r-- | Source/WebCore/svg/SVGAltGlyphDefElement.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/svg/SVGAltGlyphDefElement.idl b/Source/WebCore/svg/SVGAltGlyphDefElement.idl index abe10b672..72721faab 100644 --- a/Source/WebCore/svg/SVGAltGlyphDefElement.idl +++ b/Source/WebCore/svg/SVGAltGlyphDefElement.idl @@ -17,6 +17,6 @@ * Boston, MA 02110-1301, USA. */ -[Conditional=SVG&SVG_FONTS] interface SVGAltGlyphDefElement : SVGElement { +[Conditional=SVG_FONTS] interface SVGAltGlyphDefElement : SVGElement { }; |