Index: sdk/lib/html/templates/html/impl/impl_Element.darttemplate |
=================================================================== |
--- sdk/lib/html/templates/html/impl/impl_Element.darttemplate (revision 14920) |
+++ sdk/lib/html/templates/html/impl/impl_Element.darttemplate (working copy) |
@@ -597,7 +597,7 @@ |
* Parses the specified text as HTML and adds the resulting node after the |
* last child of this. |
*/ |
- void addHTML(String text) { |
+ void addHtml(String text) { |
this.insertAdjacentHTML('beforeend', text); |
} |