| Index: src/heap.cc
|
| diff --git a/src/heap.cc b/src/heap.cc
|
| index 66f7055d3e85d20e5168bc2749b4d5dfd971189e..dfef58f89d058d2a1db1e4c14ad2569f9a66665c 100644
|
| --- a/src/heap.cc
|
| +++ b/src/heap.cc
|
| @@ -97,7 +97,6 @@ Heap::Heap()
|
| linear_allocation_scope_depth_(0),
|
| contexts_disposed_(0),
|
| global_ic_age_(0),
|
| - flush_monomorphic_ics_(false),
|
| scan_on_scavenge_pages_(0),
|
| new_space_(this),
|
| old_pointer_space_(NULL),
|
| @@ -993,7 +992,7 @@ void Heap::MarkCompact(GCTracer* tracer) {
|
|
|
| contexts_disposed_ = 0;
|
|
|
| - flush_monomorphic_ics_ = false;
|
| + isolate_->set_context_exit_happened(false);
|
| }
|
|
|
|
|
|
|