Chromium Code Reviews| Index: src/d8.cc |
| diff --git a/src/d8.cc b/src/d8.cc |
| index 31ae7923af449c6087bd859d49b6bfbc8628bd56..69072a22e4fcde79672050c0b99c9b05f9749866 100644 |
| --- a/src/d8.cc |
| +++ b/src/d8.cc |
| @@ -2922,7 +2922,7 @@ int Shell::Main(int argc, char* argv[]) { |
| RunShell(isolate); |
| } |
| - if (i::FLAG_ignition && i::FLAG_trace_ignition_dispatches && |
| + if (i::FLAG_trace_ignition_dispatches && |
| i::FLAG_trace_ignition_dispatches_output_file != nullptr) { |
| WriteIgnitionDispatchCountersFile(isolate); |
| } |