Chromium Code Reviews| Index: test/cctest/test-hashing.cc |
| =================================================================== |
| --- test/cctest/test-hashing.cc (revision 10366) |
| +++ test/cctest/test-hashing.cc (working copy) |
| @@ -206,7 +206,7 @@ |
| uint32_t runtime_hash = ComputeIntegerHash( |
| key, |
| - Isolate::Current()->heap()->StringHashSeed()); |
| + Isolate::Current()->heap()->HashSeed()); |
| CHECK(runtime_hash == codegen_hash); |
| } |