| 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 e104951fc709f9abba83fa5096ef63093c889839..8f57237866b59614b7124ae17e72be5eccd71d55 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -13647,7 +13647,7 @@ class NodeIterator native "*NodeIterator" {
|
|
|
|
|
| // TODO(nweiz): when all implementations we target have the same name for the
|
| -// coreimpl implementation of List<E>, extend that rather than wrapping.
|
| +// implementation of List<E>, extend that rather than wrapping.
|
| class _ListWrapper<E> implements List<E> {
|
| List _list;
|
|
|
|
|