Index: src/compiler/bytecode-graph-builder.cc |
diff --git a/src/compiler/bytecode-graph-builder.cc b/src/compiler/bytecode-graph-builder.cc |
index 1de5ba71cf8eba5649280018f9038c3a225b225f..faea8c7cb02ca8f9a7d3d9e14edb1fc02d207b51 100644 |
--- a/src/compiler/bytecode-graph-builder.cc |
+++ b/src/compiler/bytecode-graph-builder.cc |
@@ -448,8 +448,7 @@ BytecodeGraphBuilder::BytecodeGraphBuilder(Zone* local_zone, |
frame_state_function_info_(common()->CreateFrameStateFunctionInfo( |
FrameStateType::kInterpretedFunction, |
bytecode_array()->parameter_count(), |
- bytecode_array()->register_count(), info->shared_info(), |
- CALL_MAINTAINS_NATIVE_CONTEXT)), |
+ bytecode_array()->register_count(), info->shared_info())), |
deoptimization_enabled_(info->is_deoptimization_enabled()), |
merge_environments_(local_zone), |
exception_handlers_(local_zone), |