Chromium Code Reviews| Index: sdk/lib/html/templates/html/impl/impl_DocumentFragment.darttemplate |
| =================================================================== |
| --- sdk/lib/html/templates/html/impl/impl_DocumentFragment.darttemplate (revision 14920) |
| +++ sdk/lib/html/templates/html/impl/impl_DocumentFragment.darttemplate (working copy) |
| @@ -103,7 +103,7 @@ |
| this.insertAdjacentText('beforeend', text); |
| } |
| - void addHTML(String text) { |
| + void addHtml(String text) { |
| this.insertAdjacentHTML('beforeend', text); |
| } |