| 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 96ff761230acd6a255eed3224b4835e6186f677e..d256c83cbbc8f907e5241a32bbf3fa6f4b651d04 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -17769,7 +17769,7 @@ class NodeIterator extends NativeFieldWrapperClass1 {
|
|
|
|
|
| // 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;
|
|
|
|
|