| Index: Source/core/svg/SVGGlyphRefElement.idl
|
| diff --git a/Source/core/svg/SVGGlyphRefElement.idl b/Source/core/svg/SVGGlyphRefElement.idl
|
| index a9d07ca1c99c37c01a945d52192038c031ce34b8..e10bf7bae894de12d1a1961374bde818bee291ac 100644
|
| --- a/Source/core/svg/SVGGlyphRefElement.idl
|
| +++ b/Source/core/svg/SVGGlyphRefElement.idl
|
| @@ -19,7 +19,7 @@
|
|
|
| [
|
| Conditional=SVG_FONTS
|
| -] interface SVGGlyphRefElement : SVGStyledElement {
|
| +] interface SVGGlyphRefElement : SVGElement {
|
| // FIXME: Use [Reflect] after https://bugs.webkit.org/show_bug.cgi?id=64843 is fixed.
|
| attribute DOMString glyphRef;
|
| [Reflect] attribute DOMString format;
|
|
|