Index: src/v8.h |
=================================================================== |
--- src/v8.h (revision 4353) |
+++ src/v8.h (working copy) |
@@ -95,7 +95,7 @@ |
// Random number generation support. Not cryptographically safe. |
static uint32_t Random(); |
- static Smi* RandomPositiveSmi(); |
+ static Object* FillHeapNumberWithRandom(Object* heap_number); |
// Idle notification directly from the API. |
static bool IdleNotification(); |