| Index: sdk/lib/html/dartium/html_dartium.dart
|
| ===================================================================
|
| --- sdk/lib/html/dartium/html_dartium.dart (revision 14920)
|
| +++ sdk/lib/html/dartium/html_dartium.dart (working copy)
|
| @@ -8485,7 +8485,7 @@
|
| this.insertAdjacentText('beforeend', text);
|
| }
|
|
|
| - void addHTML(String text) {
|
| + void addHtml(String text) {
|
| this.insertAdjacentHTML('beforeend', text);
|
| }
|
|
|
| @@ -9340,7 +9340,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);
|
| }
|
|
|
|
|