| Index: sdk/lib/_internal/compiler/implementation/util/link_implementation.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/util/link_implementation.dart b/sdk/lib/_internal/compiler/implementation/util/link_implementation.dart
|
| index 90b863cd92d6b20ab124d0fc6c1fb146c0940891..d00ec867586395ad4507ffdbe7712043963ad2b4 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/util/link_implementation.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/util/link_implementation.dart
|
| @@ -107,6 +107,8 @@ class LinkEntry<T> extends Link<T> {
|
| }
|
| return myElements.isEmpty && other.isEmpty;
|
| }
|
| +
|
| + int slowLength() => 1 + tail.slowLength();
|
| }
|
|
|
| class LinkBuilderImplementation<T> implements LinkBuilder<T> {
|
|
|