| Index: src/heap.cc
|
| diff --git a/src/heap.cc b/src/heap.cc
|
| index c4cc40ca260aa7f65353cb06a16ccbde55c8bf13..611e8303bae0f054d2bf8a26c7347ecca0bd887d 100644
|
| --- a/src/heap.cc
|
| +++ b/src/heap.cc
|
| @@ -3583,7 +3583,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).
|
|
|