| 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 f34ea643e8bb5d2e7cdb56d8a8f82c4985347304..6627f0b7080b00a325715dded4d0cbd3868c024d 100644
|
| --- a/tools/dom/templates/html/impl/impl_DocumentFragment.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_DocumentFragment.darttemplate
|
| @@ -62,7 +62,7 @@ $endif
|
|
|
|
|
| String get innerHtml {
|
| - final e = new DivElement();
|
| + final e = new Element.tag("div");
|
| e.append(this.clone(true));
|
| return e.innerHtml;
|
| }
|
|
|