| Index: sdk/lib/html/dartium/html_dartium.dart
|
| diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
|
| index 50b3922a7d54d0d9ed0bbbe9333e043f199c4844..54a7da1c6c43eff25d364480ef845d8524bcf943 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -19189,7 +19189,7 @@ class _ChildNodeListLazy implements List {
|
| void remove(Object object) {
|
| if (object is! Node) return;
|
| Node node = object;
|
| - if (!identical(this, node.parentNode)) return;
|
| + if (!identical(_this, node.parentNode)) return;
|
| _this.$dom_removeChild(node);
|
| }
|
|
|
|
|