| Index: core/svg/SVGGlyphRefElement.idl
|
| diff --git a/core/svg/SVGGlyphRefElement.idl b/core/svg/SVGGlyphRefElement.idl
|
| index 123e8a580b031a3ee4e88f0926e100e98024bc2a..a9d07ca1c99c37c01a945d52192038c031ce34b8 100644
|
| --- a/core/svg/SVGGlyphRefElement.idl
|
| +++ b/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;
|
| @@ -28,3 +29,5 @@
|
| attribute float dy;
|
| };
|
|
|
| +SVGGlyphRefElement implements SVGURIReference;
|
| +
|
|
|