| Index: src/v8.h
|
| diff --git a/src/v8.h b/src/v8.h
|
| index 01362ab972475dc0c808840401276c00340a50de..21f7d59ff6816dc6b57a006b8342fd342e2f86c0 100644
|
| --- a/src/v8.h
|
| +++ b/src/v8.h
|
| @@ -95,8 +95,6 @@ class V8 : public AllStatic {
|
| ReturnAddressLocationResolver resolver);
|
| // Support for entry hooking JITed code.
|
| static void SetFunctionEntryHook(FunctionEntryHook entry_hook);
|
| - // Random number generation support. Not cryptographically safe.
|
| - static uint32_t Random(Context* context);
|
|
|
| static void AddCallCompletedCallback(CallCompletedCallback callback);
|
| static void RemoveCallCompletedCallback(CallCompletedCallback callback);
|
|
|