| Index: src/hydrogen.cc
|
| diff --git a/src/hydrogen.cc b/src/hydrogen.cc
|
| index 50025f5210fcb3247217abbecb1403cfbb4cb04f..1cd446434eb6d34dd872a66ca8689b1008a65192 100644
|
| --- a/src/hydrogen.cc
|
| +++ b/src/hydrogen.cc
|
| @@ -6823,7 +6823,7 @@ bool HGraphBuilder::TryInline(CallKind call_kind,
|
| ASSERT(target_shared->has_deoptimization_support());
|
| TypeFeedbackOracle target_oracle(
|
| Handle<Code>(target_shared->code()),
|
| - Handle<Context>(target->context()->native_context()),
|
| + Handle<Context>(target->context()->global_context()),
|
| isolate(),
|
| zone());
|
| // The function state is new-allocated because we need to delete it
|
|
|