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