diff options
Diffstat (limited to 'deps/v8/src/mark-compact.h')
-rw-r--r-- | deps/v8/src/mark-compact.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/mark-compact.h b/deps/v8/src/mark-compact.h index ee845a0837..df2f782113 100644 --- a/deps/v8/src/mark-compact.h +++ b/deps/v8/src/mark-compact.h @@ -949,7 +949,7 @@ class MarkCompactCollector { MarkingDeque marking_deque_; CodeFlusher* code_flusher_; Object* encountered_weak_collections_; - Object* code_to_deoptimize_; + bool have_code_to_deoptimize_; List<Page*> evacuation_candidates_; List<Code*> invalidated_code_; |