| Index: src/heap.cc
|
| diff --git a/src/heap.cc b/src/heap.cc
|
| index 97c1d416bc718926900007757826318f1997dda3..c5d5159e48ad03a1df03d9227af6d5a4bef4beba 100644
|
| --- a/src/heap.cc
|
| +++ b/src/heap.cc
|
| @@ -3623,7 +3623,6 @@ MaybeObject* Heap::AllocateSharedFunctionInfo(Object* name) {
|
| share->set_inferred_name(empty_string(), SKIP_WRITE_BARRIER);
|
| share->set_initial_map(undefined_value(), SKIP_WRITE_BARRIER);
|
| share->set_ast_node_count(0);
|
| - share->set_stress_deopt_counter(FLAG_deopt_every_n_times);
|
| share->set_counters(0);
|
|
|
| // Set integer fields (smi or int, depending on the architecture).
|
|
|