| Index: src/compiler/js-inlining.cc
 | 
| diff --git a/src/compiler/js-inlining.cc b/src/compiler/js-inlining.cc
 | 
| index 359eea52f3df7aed19c2f5dc2f737ef6d3b35a3b..88afe29617d158c602fee53ec35fc8ef4d0f7d9b 100644
 | 
| --- a/src/compiler/js-inlining.cc
 | 
| +++ b/src/compiler/js-inlining.cc
 | 
| @@ -302,6 +302,7 @@ Reduction JSInliner::Reduce(Node* node) {
 | 
|    Zone zone;
 | 
|    ParseInfo parse_info(&zone, function);
 | 
|    CompilationInfo info(&parse_info);
 | 
| +  if (info_->is_deoptimization_enabled()) info.MarkAsDeoptimizationEnabled();
 | 
|  
 | 
|    if (!Compiler::ParseAndAnalyze(info.parse_info())) return NoChange();
 | 
|    if (!Compiler::EnsureDeoptimizationSupport(&info)) return NoChange();
 | 
| 
 |