| Index: dart/sdk/lib/_internal/compiler/implementation/util/link_implementation.dart
|
| diff --git a/dart/sdk/lib/_internal/compiler/implementation/util/link_implementation.dart b/dart/sdk/lib/_internal/compiler/implementation/util/link_implementation.dart
|
| index 6743738f2a0fce19217915bd829a77b0795ee97e..1f85236f8ba4a6186176fd4200aaf54459e0fd01 100644
|
| --- a/dart/sdk/lib/_internal/compiler/implementation/util/link_implementation.dart
|
| +++ b/dart/sdk/lib/_internal/compiler/implementation/util/link_implementation.dart
|
| @@ -100,6 +100,8 @@ class LinkEntry<T> extends Link<T> {
|
| return myElements.isEmpty && other.isEmpty;
|
| }
|
|
|
| + int get hashCode => throw new UnsupportedError('LinkEntry.hashCode');
|
| +
|
| int slowLength() => 1 + tail.slowLength();
|
| }
|
|
|
|
|