Index: Source/core/svg/SVGGlyphRefElement.idl |
diff --git a/Source/core/svg/SVGGlyphRefElement.idl b/Source/core/svg/SVGGlyphRefElement.idl |
index 123e8a580b031a3ee4e88f0926e100e98024bc2a..cf31f146b40f5c8014217203c49c482936583643 100644 |
--- a/Source/core/svg/SVGGlyphRefElement.idl |
+++ b/Source/core/svg/SVGGlyphRefElement.idl |
@@ -17,8 +17,9 @@ |
* Boston, MA 02110-1301, USA. |
*/ |
-[Conditional=SVG_FONTS] interface SVGGlyphRefElement : SVGStyledElement, |
- SVGURIReference { |
+[ |
+ Conditional=SVG_FONTS |
+] interface SVGGlyphRefElement : SVGStyledElement { |
// FIXME: Use [Reflect] after https://bugs.webkit.org/show_bug.cgi?id=64843 is fixed. |
attribute DOMString glyphRef; |
[Reflect] attribute DOMString format; |