Index: src/mark-compact.h |
diff --git a/src/mark-compact.h b/src/mark-compact.h |
index ee845a08370e506fe971ac0aca9bbb7a59b4b32b..df2f7821139088c6a5691d9c7d583bd76cc47ffe 100644 |
--- a/src/mark-compact.h |
+++ b/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_; |