| Index: src/debug/liveedit.cc
 | 
| diff --git a/src/debug/liveedit.cc b/src/debug/liveedit.cc
 | 
| index 7e991b62bc76b5a60a3f5c83da2b66ab784efe92..dfd52bf61794a26fd8c1abe8840977d415c63c77 100644
 | 
| --- a/src/debug/liveedit.cc
 | 
| +++ b/src/debug/liveedit.cc
 | 
| @@ -1146,9 +1146,6 @@ void LiveEdit::ReplaceFunctionCode(
 | 
|  
 | 
|    LiteralFixer::PatchLiterals(&compile_info_wrapper, shared_info, isolate);
 | 
|  
 | 
| -  shared_info->set_construct_stub(
 | 
| -      isolate->builtins()->builtin(Builtins::kJSConstructStubGeneric));
 | 
| -
 | 
|    DeoptimizeDependentFunctions(*shared_info);
 | 
|    isolate->compilation_cache()->Remove(shared_info);
 | 
|  }
 | 
| 
 |