| Index: sdk/lib/html/templates/html/interface/interface_SVGSVGElement.darttemplate
|
| diff --git a/sdk/lib/html/templates/html/interface/interface_SVGSVGElement.darttemplate b/sdk/lib/html/templates/html/interface/interface_SVGSVGElement.darttemplate
|
| index a97d6171416911d16843baf8ec1feacc17265558..692955b7ceb6b6d0cace6f1b471d6d04856a25fb 100644
|
| --- a/sdk/lib/html/templates/html/interface/interface_SVGSVGElement.darttemplate
|
| +++ b/sdk/lib/html/templates/html/interface/interface_SVGSVGElement.darttemplate
|
| @@ -5,8 +5,7 @@
|
| part of html;
|
|
|
| $!COMMENT
|
| -abstract class SVGSVGElement extends SVGElement implements SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, SVGLocatable, SVGFitToViewBox, SVGZoomAndPan {
|
| - factory SVGSVGElement() => _$(ID)FactoryProvider.createSVGSVGElement();
|
| +abstract class _ISVGSVGElement extends _ISVGElement implements _ISVGTests, _ISVGLangSpace, _ISVGExternalResourcesRequired, _ISVGStylable, _ISVGLocatable, _ISVGFitToViewBox, _ISVGZoomAndPan {
|
|
|
| $!MEMBERS
|
| }
|
|
|