Chromium Code Reviews| 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 6627f0b7080b00a325715dded4d0cbd3868c024d..f34ea643e8bb5d2e7cdb56d8a8f82c4985347304 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 Element.tag("div"); |
| + final e = new DivElement(); |
| e.append(this.clone(true)); |
| return e.innerHtml; |
| } |