| Index: sdk/lib/_internal/compiler/implementation/lib/native_helper.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/lib/native_helper.dart (revision 14515)
|
| +++ sdk/lib/_internal/compiler/implementation/lib/native_helper.dart (working copy)
|
| @@ -175,7 +175,7 @@
|
| return 'Instance of $name';
|
| }
|
|
|
| -String hashCodeForNativeObject(object) => Primitives.objectHashCode(object);
|
| +int hashCodeForNativeObject(object) => Primitives.objectHashCode(object);
|
|
|
| /**
|
| * Sets a JavaScript property on an object.
|
|
|