Index: src/v8.cc |
diff --git a/src/v8.cc b/src/v8.cc |
index 19dcddbb9b3209285e6fb8b7500c00c8f984adfa..9dea902309bdc04e687485c69f52861aa12fbd3d 100644 |
--- a/src/v8.cc |
+++ b/src/v8.cc |
@@ -168,7 +168,6 @@ uint32_t V8::Random(Context* context) { |
// purposes. So, we keep a different state to prevent informations |
// leaks that could be used in an exploit. |
uint32_t V8::RandomPrivate(Isolate* isolate) { |
- ASSERT(isolate == Isolate::Current()); |
return random_base(isolate->private_random_seed()); |
} |