Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index fa982200dff4203da715a7c19d4ca143b2c86788..1b8a20d7757cbe6595459f0719e65d5331584e4b 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -635,8 +635,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, |