| Index: sdk/lib/html/dart2js/html_dart2js.dart
|
| diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
|
| index 321b3816d643ba10321959877490a4fae1159fe5..58d398077111074bb3e2dd191d4a27825c72bc21 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -17588,7 +17588,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);
|
| }
|
|
|
|
|