Chromium Code Reviews| Index: src/stub-cache.cc |
| =================================================================== |
| --- src/stub-cache.cc (revision 830) |
| +++ src/stub-cache.cc (working copy) |
| @@ -892,7 +892,7 @@ |
| Object* StubCompiler::GetCodeWithFlags(Code::Flags flags) { |
| CodeDesc desc; |
| masm_.GetCode(&desc); |
| - Object* result = Heap::CreateCode(desc, NULL, flags); |
| + Object* result = Heap::CreateCode(desc, NULL, flags, NULL); |
| #ifdef DEBUG |
| if (FLAG_print_code_stubs && !result->IsFailure()) { |
| Code::cast(result)->Print(); |