| Index: dart/sdk/lib/_internal/compiler/implementation/native_handler.dart
|
| diff --git a/dart/sdk/lib/_internal/compiler/implementation/native_handler.dart b/dart/sdk/lib/_internal/compiler/implementation/native_handler.dart
|
| index df00f7726d1da3afb5830dab7f7979dbd94bdf6b..13a1ff90ab5116c503d6ad24a597f02d5fb2368e 100644
|
| --- a/dart/sdk/lib/_internal/compiler/implementation/native_handler.dart
|
| +++ b/dart/sdk/lib/_internal/compiler/implementation/native_handler.dart
|
| @@ -28,6 +28,8 @@ class SpecialType {
|
|
|
| /// The specific implementation of List that is JavaScript Array:
|
| static const JsArray = const SpecialType._('=List');
|
| +
|
| + int get hashCode => name.hashCode;
|
| }
|
|
|
|
|
|
|