Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index adcbafd4ce41e94452fa1d5b22ba4b4ad18f96e5..fc5010fcfee591fdd2ada4fe29c5ecb6dc78113d 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -637,8 +637,8 @@ DEFINE_string(raw_file, NULL, "A file to write the raw snapshot bytes to. " |
"(mksnapshot only)") |
DEFINE_string(raw_context_file, NULL, "A file to write the raw context " |
"snapshot bytes to. (mksnapshot only)") |
-DEFINE_string(startup_blob, NULL, "Write V8 startup blob file. " |
- "(mksnapshot only)") |
+DEFINE_bool(omit, false, "Omit raw snapshot bytes in generated code. " |
+ "(mksnapshot only)") |
// code-stubs-hydrogen.cc |
DEFINE_bool(profile_hydrogen_code_stub_compilation, false, |