| Index: src/arguments.h
|
| diff --git a/src/arguments.h b/src/arguments.h
|
| index 673a6d1abccbdd10a6db4f152a3e6f0137d4329f..53cea46b70dbc4fa176439d029e2cc795fcf9e52 100644
|
| --- a/src/arguments.h
|
| +++ b/src/arguments.h
|
| @@ -86,8 +86,7 @@ double ClobberDoubleRegisters(double x1, double x2, double x3, double x4);
|
| \
|
| V8_NOINLINE static Type Stats_##Name(int args_length, Object** args_object, \
|
| Isolate* isolate) { \
|
| - RuntimeCallStats* stats = isolate->counters()->runtime_call_stats(); \
|
| - RuntimeCallTimerScope timer(isolate, &stats->Name); \
|
| + RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::Name); \
|
| TRACE_EVENT0(TRACE_DISABLED_BY_DEFAULT("v8.runtime"), \
|
| "V8.Runtime_" #Name); \
|
| Arguments args(args_length, args_object); \
|
|
|