| Index: src/interpreter/interpreter.cc | 
| diff --git a/src/interpreter/interpreter.cc b/src/interpreter/interpreter.cc | 
| index 1d12bfbc17c838bf50af90056852489f2aa7e3e0..3a914b2f0022eec8f9691ef8e45ed4f99a130dc0 100644 | 
| --- a/src/interpreter/interpreter.cc | 
| +++ b/src/interpreter/interpreter.cc | 
| @@ -135,7 +135,7 @@ bool Interpreter::MakeBytecode(CompilationInfo* info) { | 
| RuntimeCallTimerScope runtimeTimer(info->isolate(), | 
| &RuntimeCallStats::CompileIgnition); | 
| TimerEventScope<TimerEventCompileIgnition> timer(info->isolate()); | 
| -  TRACE_EVENT0("v8", "V8.CompileIgnition"); | 
| +  TRACE_EVENT0(TRACE_DISABLED_BY_DEFAULT("v8.compile"), "V8.CompileIgnition"); | 
|  | 
| if (FLAG_print_bytecode || FLAG_print_source || FLAG_print_ast) { | 
| OFStream os(stdout); | 
|  |