| Index: core/svg/SVGGlyphRefElement.idl
|
| diff --git a/core/svg/SVGGlyphRefElement.idl b/core/svg/SVGGlyphRefElement.idl
|
| index e10bf7bae894de12d1a1961374bde818bee291ac..76a4e4a724be5d82a59410379ffcf918cf8758c9 100644
|
| --- a/core/svg/SVGGlyphRefElement.idl
|
| +++ b/core/svg/SVGGlyphRefElement.idl
|
| @@ -22,7 +22,7 @@
|
| ] 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;
|
| + [Reflect, TreatNullAs=NullString] attribute DOMString format;
|
| attribute float x;
|
| attribute float y;
|
| attribute float dx;
|
|
|