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