diff --git a/webrtc/base/trace_event.h b/webrtc/base/trace_event.h index c14cbff030..3916af4fb6 100644 --- a/webrtc/base/trace_event.h +++ b/webrtc/base/trace_event.h @@ -701,7 +701,7 @@ class TraceID { explicit TraceID(const void* id, unsigned char* flags) : data_(static_cast( - reinterpret_cast(id))) { + reinterpret_cast(id))) { *flags |= TRACE_EVENT_FLAG_MANGLE_ID; } explicit TraceID(ForceMangle id, unsigned char* flags) : data_(id.data()) {