| Index: src/hydrogen.cc
|
| diff --git a/src/hydrogen.cc b/src/hydrogen.cc
|
| index 33557a29f2e77314f0730606c1a0af671648984c..9fe495cae417f0b6cc7dffeb9bfee8a2b7b245a5 100644
|
| --- a/src/hydrogen.cc
|
| +++ b/src/hydrogen.cc
|
| @@ -7938,7 +7938,7 @@ bool HOptimizedGraphBuilder::TryInline(CallKind call_kind,
|
| }
|
|
|
| // Parse and allocate variables.
|
| - CompilationInfo target_info(target, zone());
|
| + CompilationInfo target_info(target, zone(), current_info()->phase_zone());
|
| Handle<SharedFunctionInfo> target_shared(target->shared());
|
| if (!Parser::Parse(&target_info) || !Scope::Analyze(&target_info)) {
|
| if (target_info.isolate()->has_pending_exception()) {
|
|
|