| Index: sdk/lib/_internal/compiler/implementation/util/link.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/util/link.dart b/sdk/lib/_internal/compiler/implementation/util/link.dart
|
| index d3f93ca2191f4706f77063c7e69e1a5fe169afa4..614b6577193bc4ca9fa576151a130287a5b0e8bf 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/util/link.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/util/link.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| part of org_dartlang_compiler_util;
|
|
|
| -class Link<T> extends Iterable<T> {
|
| +class Link<T> extends IterableBase<T> {
|
| T get head => null;
|
| Link<T> get tail => null;
|
|
|
|
|