Index: Source/core/svg/SVGAltGlyphElement.idl |
diff --git a/Source/core/svg/SVGAltGlyphElement.idl b/Source/core/svg/SVGAltGlyphElement.idl |
index 7afc4caa8b81aac8cfda9570a80581dc4a6d5860..e2528c332d76e205ebf5afbe9ba773ddc8b31cf9 100644 |
--- a/Source/core/svg/SVGAltGlyphElement.idl |
+++ b/Source/core/svg/SVGAltGlyphElement.idl |
@@ -25,7 +25,7 @@ |
[ |
Conditional=SVG_FONTS |
-] interface SVGAltGlyphElement : SVGTextPositioningElement, SVGURIReference { |
+] interface SVGAltGlyphElement : SVGTextPositioningElement { |
[SetterRaisesException] attribute DOMString glyphRef; |
[SetterRaisesException] attribute DOMString format; |
}; |