v8: Fix missing initialization of mark-compact flags.

R=svenpanne@chromium.org

Review URL: https://chromiumcodereview.appspot.com/9662056

Cherry-pick of https://v8.googlecode.com/svn/branches/bleeding_edge@11006
This commit is contained in:
mstarzinger@chromium.org 2012-03-12 12:17:46 +00:00 committed by Ben Noordhuis
parent 208b230744
commit eb1ff03418

View File

@ -60,6 +60,8 @@ MarkCompactCollector::MarkCompactCollector() : // NOLINT
state_(IDLE),
#endif
sweep_precisely_(false),
reduce_memory_footprint_(false),
abort_incremental_marking_(false),
compacting_(false),
was_marked_incrementally_(false),
collect_maps_(FLAG_collect_maps),