| Index: tools/dom/templates/html/impl/impl_DocumentFragment.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_DocumentFragment.darttemplate b/tools/dom/templates/html/impl/impl_DocumentFragment.darttemplate
|
| index f59123794d858617e98804cb7cf19f308adc5df8..e1a77e7b1d6e03579ffaaf8de49200528eccd533 100644
|
| --- a/tools/dom/templates/html/impl/impl_DocumentFragment.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_DocumentFragment.darttemplate
|
| @@ -5,8 +5,6 @@
|
| part of $LIBRARYNAME;
|
|
|
| $(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| - factory $CLASSNAME() => _$(CLASSNAME)FactoryProvider.createDocumentFragment();
|
| -
|
| factory $CLASSNAME.html(String html) =>
|
| _$(CLASSNAME)FactoryProvider.createDocumentFragment_html(html);
|
|
|
|
|