Index: sdk/lib/html/templates/html/impl/impl_DocumentFragment.darttemplate |
diff --git a/sdk/lib/html/templates/html/impl/impl_DocumentFragment.darttemplate b/sdk/lib/html/templates/html/impl/impl_DocumentFragment.darttemplate |
index c32a8fb6efd26106d4be18dff2a84d65c6cb327d..98185a47c1f14c9b70a6fa0d1777bbeb76d8c4b8 100644 |
--- a/sdk/lib/html/templates/html/impl/impl_DocumentFragment.darttemplate |
+++ b/sdk/lib/html/templates/html/impl/impl_DocumentFragment.darttemplate |
@@ -26,7 +26,7 @@ class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
_$(CLASSNAME)FactoryProvider.createDocumentFragment_html(html); |
factory $CLASSNAME.svg(String svgContent) => |
- new _$(CLASSNAME)FactoryProvider.createDocumentFragment_svg(svgContent); |
+ _$(CLASSNAME)FactoryProvider.createDocumentFragment_svg(svgContent); |
List<Element> _elements; |