Index: src/builtins.cc |
=================================================================== |
--- src/builtins.cc (revision 830) |
+++ src/builtins.cc (working copy) |
@@ -647,7 +647,7 @@ |
// During startup it's OK to always allocate and defer GC to later. |
// This simplifies things because we don't need to retry. |
AlwaysAllocateScope __scope__; |
- code = Heap::CreateCode(desc, NULL, flags); |
+ code = Heap::CreateCode(desc, NULL, flags, NULL); |
if (code->IsFailure()) { |
v8::internal::V8::FatalProcessOutOfMemory("CreateCode"); |
} |