Index: src/heap.cc |
=================================================================== |
--- src/heap.cc (revision 5236) |
+++ src/heap.cc (working copy) |
@@ -2504,8 +2504,7 @@ |
if (CodeIsActive(shared_info->code())) return; |
// Compute the lazy compilable version of the code. |
- HandleScope scope; |
- Code* code = *ComputeLazyCompile(shared_info->length()); |
+ Code* code = Builtins::builtin(Builtins::LazyCompile); |
shared_info->set_code(code); |
function->set_code(code); |
} |