Index: src/heap/mark-compact.cc |
diff --git a/src/heap/mark-compact.cc b/src/heap/mark-compact.cc |
index bb37ef5e539b405b837eed925819fedc566e8368..a924d8dc08ef69567c64747b9ceb5b11b475fbe4 100644 |
--- a/src/heap/mark-compact.cc |
+++ b/src/heap/mark-compact.cc |
@@ -42,7 +42,6 @@ |
#endif |
reduce_memory_footprint_(false), |
abort_incremental_marking_(false), |
- finalize_incremental_marking_(false), |
marking_parity_(ODD_MARKING_PARITY), |
compacting_(false), |
was_marked_incrementally_(false), |