| Index: src/v8.h
|
| diff --git a/src/v8.h b/src/v8.h
|
| index 5848f748185e27c7ce4ceaaf1deaccf139d24a7b..01362ab972475dc0c808840401276c00340a50de 100644
|
| --- a/src/v8.h
|
| +++ b/src/v8.h
|
| @@ -97,8 +97,6 @@ class V8 : public AllStatic {
|
| static void SetFunctionEntryHook(FunctionEntryHook entry_hook);
|
| // Random number generation support. Not cryptographically safe.
|
| static uint32_t Random(Context* context);
|
| - static Object* FillHeapNumberWithRandom(Object* heap_number,
|
| - Context* context);
|
|
|
| static void AddCallCompletedCallback(CallCompletedCallback callback);
|
| static void RemoveCallCompletedCallback(CallCompletedCallback callback);
|
|
|