| Index: sdk/lib/_internal/compiler/implementation/js_backend/native_emitter.dart | 
| diff --git a/sdk/lib/_internal/compiler/implementation/js_backend/native_emitter.dart b/sdk/lib/_internal/compiler/implementation/js_backend/native_emitter.dart | 
| index 6b8771dd6e4c24347add9832ca39ae47d409547d..0a73d165a561a3f99a94fc629e14d220b0784d42 100644 | 
| --- a/sdk/lib/_internal/compiler/implementation/js_backend/native_emitter.dart | 
| +++ b/sdk/lib/_internal/compiler/implementation/js_backend/native_emitter.dart | 
| @@ -540,8 +540,8 @@ function(cls, desc) { | 
| 'function() { return $toStringHelperName(this); }'; | 
|  | 
| // Same as above, but for hashCode. | 
| -    String hashCodeName = backend.namer.publicGetterName( | 
| -        const SourceString('hashCode')); | 
| +    String hashCodeName = | 
| +        backend.namer.publicGetterName(const SourceString('hashCode')); | 
| objectProperties[hashCodeName] = | 
| 'function() { return $hashCodeHelperName(this); }'; | 
|  | 
|  |