diff --git a/libraries/idl/org.w3c.dom.svg.idl b/libraries/idl/org.w3c.dom.svg.idl index 1282999f2b2..c54180b6564 100644 --- a/libraries/idl/org.w3c.dom.svg.idl +++ b/libraries/idl/org.w3c.dom.svg.idl @@ -287,7 +287,7 @@ interface SVGUseElement : SVGGraphicsElement { }; SVGUseElement implements SVGURIReference; -interface SVGElementInstance : ShadowRoot { +interface SVGUseElementShadowRoot : ShadowRoot { }; [NoInterfaceObject] @@ -915,7 +915,7 @@ interface SVGUseElement : SVGGraphicsElement { SVGUseElement implements SVGURIReference; -interface SVGElementInstance : ShadowRoot { +interface SVGUseElementShadowRoot : ShadowRoot { };