Index: src/ia32/codegen-ia32.cc |
=================================================================== |
--- src/ia32/codegen-ia32.cc (revision 5844) |
+++ src/ia32/codegen-ia32.cc (working copy) |
@@ -154,7 +154,7 @@ |
safe_int32_mode_enabled_(true), |
function_return_is_shadowed_(false), |
in_spilled_code_(false), |
- jit_cookie_((FLAG_mask_constants_with_cookie) ? V8::Random() : 0) { |
+ jit_cookie_((FLAG_mask_constants_with_cookie) ? V8::RandomPrivate() : 0) { |
} |