Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 41e0c43e0650edb83c1e9af836ef3022193d4507..e774716cbe3eb320e69482ab38d5ca9da48607bb 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -1019,8 +1019,9 @@ DEFINE_BOOL(collect_heap_spill_statistics, false, |
"(requires heap_stats)") |
DEFINE_BOOL(trace_live_bytes, false, |
"trace incrementing and resetting of live bytes") |
- |
DEFINE_BOOL(trace_isolates, false, "trace isolate state changes") |
+DEFINE_INT(target_os_page_size, 0, |
+ "override os page size when generating snapshot") |
// Regexp |
DEFINE_BOOL(regexp_possessive_quantifier, false, |