Chromium Code Reviews| Index: src/v8.h |
| diff --git a/src/v8.h b/src/v8.h |
| index 9dbdf4c28a9ff51ce40ea5ebb1494611c6afdde5..dfe8761ba2053cb2487a91c7c33f0147ccf8720e 100644 |
| --- a/src/v8.h |
| +++ b/src/v8.h |
| @@ -93,7 +93,7 @@ class V8 : public AllStatic { |
| bool take_snapshot = false); |
| // Random number generation support. Not cryptographically safe. |
| - static uint32_t Random(); |
| + static uint32_t Random(Isolate* isolate); |
| static Object* FillHeapNumberWithRandom(Object* heap_number); |
| // Idle notification directly from the API. |