| Index: src/serialize.cc
|
| ===================================================================
|
| --- src/serialize.cc (revision 4353)
|
| +++ src/serialize.cc (working copy)
|
| @@ -329,10 +329,10 @@
|
| RUNTIME_ENTRY,
|
| 1,
|
| "Runtime::PerformGC");
|
| - Add(ExternalReference::random_positive_smi_function().address(),
|
| + Add(ExternalReference::fill_heap_number_with_random_function().address(),
|
| RUNTIME_ENTRY,
|
| 2,
|
| - "V8::RandomPositiveSmi");
|
| + "V8::FillHeapNumberWithRandom");
|
|
|
| // Miscellaneous
|
| Add(ExternalReference::the_hole_value_location().address(),
|
|
|