| Index: client/html/src/SVGSVGElement.dart
|
| diff --git a/client/html/src/SVGSVGElement.dart b/client/html/src/SVGSVGElement.dart
|
| index 1b841273d668d6c0907be15aae5ef57a38126c4e..d18fde684548363e19348ce35d5ebceadfe07c0e 100644
|
| --- a/client/html/src/SVGSVGElement.dart
|
| +++ b/client/html/src/SVGSVGElement.dart
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| interface SVGSVGElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, SVGLocatable, SVGFitToViewBox, SVGZoomAndPan
|
| - factory SVGSVGElementWrappingImplementation {
|
| + default SVGSVGElementWrappingImplementation {
|
|
|
| SVGSVGElement();
|
|
|
|
|