| Index: src/x64/code-stubs-x64.cc | 
| =================================================================== | 
| --- src/x64/code-stubs-x64.cc	(revision 10379) | 
| +++ src/x64/code-stubs-x64.cc	(working copy) | 
| @@ -4610,7 +4610,7 @@ | 
| Register character, | 
| Register scratch) { | 
| // hash = (seed + character) + ((seed + character) << 10); | 
| -  __ LoadRoot(scratch, Heap::kStringHashSeedRootIndex); | 
| +  __ LoadRoot(scratch, Heap::kHashSeedRootIndex); | 
| __ SmiToInteger32(scratch, scratch); | 
| __ addl(scratch, character); | 
| __ movl(hash, scratch); | 
|  |