| Index: src/x64/code-stubs-x64.cc
|
| ===================================================================
|
| --- src/x64/code-stubs-x64.cc (revision 10365)
|
| +++ src/x64/code-stubs-x64.cc (working copy)
|
| @@ -4959,7 +4959,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);
|
|
|