Index: src/tracing/trace-event.h |
diff --git a/src/tracing/trace-event.h b/src/tracing/trace-event.h |
index d1f52b84b3ed54ca0669cae3a4303bfa9d14c454..06f8990ec80e4f4463e3034d4b2987b2e821e480 100644 |
--- a/src/tracing/trace-event.h |
+++ b/src/tracing/trace-event.h |
@@ -280,7 +280,7 @@ extern TRACE_EVENT_API_ATOMIC_WORD g_trace_state[3]; |
uint64_t cid_; \ |
}; \ |
INTERNAL_TRACE_EVENT_UID(ScopedContext) \ |
- INTERNAL_TRACE_EVENT_UID(scoped_context)(context.raw_id()); |
+ INTERNAL_TRACE_EVENT_UID(scoped_context)(context); |
#define TRACE_EVENT_RUNTIME_CALL_STATS_TRACING_ENABLED() \ |
base::NoBarrier_Load(&v8::internal::tracing::kRuntimeCallStatsTracingEnabled) |