| Index: src/compiler.cc
|
| diff --git a/src/compiler.cc b/src/compiler.cc
|
| index ecac5cba69065c1226df0d281d14fd66db6cb5af..e8094ed1f3e35f43f4102d01a3a4b3a23180f92c 100644
|
| --- a/src/compiler.cc
|
| +++ b/src/compiler.cc
|
| @@ -304,7 +304,7 @@ static bool MakeCrankshaftCode(CompilationInfo* info) {
|
| }
|
|
|
| if (graph != NULL) {
|
| - Handle<Code> optimized_code = graph->Compile(info);
|
| + Handle<Code> optimized_code = graph->Compile(info, graph->zone());
|
| if (!optimized_code.is_null()) {
|
| info->SetCode(optimized_code);
|
| FinishOptimization(info->closure(), start);
|
|
|