| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index cd083784bfdb671b6c796d80f3c5451c07a3c21b..ad6f2581e4f9226df27924f972acf160fb4e885a 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_bool(omit, false, "Omit raw snapshot bytes in generated code. "
|
| - "(mksnapshot only)")
|
| +DEFINE_string(startup_blob, NULL, "Write V8 startup blob file. "
|
| + "(mksnapshot only)")
|
|
|
| // code-stubs-hydrogen.cc
|
| DEFINE_bool(profile_hydrogen_code_stub_compilation, false,
|
|
|