summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
Diffstat (limited to 'ipc')
-rw-r--r--ipc/ipc_message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_message.h b/ipc/ipc_message.h
index 1a2a45c..5835e7f 100644
--- a/ipc/ipc_message.h
+++ b/ipc/ipc_message.h
@@ -226,7 +226,7 @@ class IPC_EXPORT Message : public Pickle {
// Called at various points between send and receive to track message.
void TraceMessageStep() {
- TRACE_EVENT_ASYNC_BEGIN_STEP0("ipc", "IPC", header()->flags, NULL);
+ TRACE_EVENT_ASYNC_BEGIN_STEP0("ipc", "IPC", header()->flags, "step");
}
protected: