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