| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 14bea600f6c1630d414364050ac9c13ed631f71a..ba3da4f6b72e911e2f776ec7c3900d016f9510be 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -641,8 +641,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,
|
|
|