| Index: samples/third_party/dromaeo/tests/dom-modify-html.dart
|
| diff --git a/samples/third_party/dromaeo/tests/dom-modify-html.dart b/samples/third_party/dromaeo/tests/dom-modify-html.dart
|
| index be59e4ff6029559adb82fbe0973b99878f020500..cff2da11c19b253c3584263975a5ed68136f3b77 100644
|
| --- a/samples/third_party/dromaeo/tests/dom-modify-html.dart
|
| +++ b/samples/third_party/dromaeo/tests/dom-modify-html.dart
|
| @@ -61,7 +61,7 @@ void main() {
|
| })
|
| .test('appendChild', () {
|
| for (int i = 0; i < elems.length; i++)
|
| - document.body.$dom_appendChild(elems[i]);
|
| + document.body.append(elems[i]);
|
| })
|
| .test('insertBefore', () {
|
| for (int i = 0; i < elems.length; i++)
|
|
|