| Index: src/counters.h
|
| diff --git a/src/counters.h b/src/counters.h
|
| index c89b8cf250f2aebd63e1c789d1f11ccb070a310d..ea2c47d64ea87d36d66b1a8883d217349b79ab68 100644
|
| --- a/src/counters.h
|
| +++ b/src/counters.h
|
| @@ -13,7 +13,6 @@
|
| #include "src/globals.h"
|
| #include "src/objects.h"
|
| #include "src/runtime/runtime.h"
|
| -#include "src/tracing/trace-event.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
| @@ -787,7 +786,6 @@
|
|
|
| #define TRACE_RUNTIME_CALL_STATS(isolate, counter_name) \
|
| do { \
|
| - TRACE_RUNTIME_CALL(#counter_name); \
|
| if (FLAG_runtime_call_stats) { \
|
| RuntimeCallStats::CorrectCurrentCounterId( \
|
| isolate, &RuntimeCallStats::counter_name); \
|
|
|