| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 2d36234e64fbeeef1261e979df45281359fc837d..0833a4ec70d9b8680e62b50208d70d69683f6c5d 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -299,8 +299,7 @@ DEFINE_BOOL(trace_ignition_codegen, false,
|
| DEFINE_BOOL(trace_ignition_dispatches, false,
|
| "traces the dispatches to bytecode handlers by the ignition "
|
| "interpreter")
|
| -DEFINE_STRING(trace_ignition_dispatches_output_file,
|
| - "v8.ignition_dispatches_table.json",
|
| +DEFINE_STRING(trace_ignition_dispatches_output_file, NULL,
|
| "the file to which the bytecode handler dispatch table is "
|
| "written")
|
|
|
|
|