| 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 c6f20a0fbdc6ad8f85603c6fe86a0a3489b4b07c..687003a777582cd364fc5ad84f9f9c58d71db10b 100644
|
| --- a/dart/sdk/lib/_internal/compiler/implementation/native_handler.dart
|
| +++ b/dart/sdk/lib/_internal/compiler/implementation/native_handler.dart
|
| @@ -25,8 +25,9 @@ class SpecialType {
|
|
|
| /// The type Object, but no subtypes:
|
| static const JsObject = const SpecialType._('=Object');
|
| -}
|
|
|
| + int get hashCode => name.hashCode;
|
| +}
|
|
|
| /**
|
| * This could be an abstract class but we use it as a stub for the dart_backend.
|
|
|