summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipc_message.h')
-rw-r--r--ipc/ipc_message.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipc/ipc_message.h b/ipc/ipc_message.h
index 2d1e2ac..74bd741 100644
--- a/ipc/ipc_message.h
+++ b/ipc/ipc_message.h
@@ -207,8 +207,8 @@ class IPC_EXPORT Message : public base::Pickle {
}
// Called to trace when message is received.
void TraceMessageEnd() {
- TRACE_EVENT_FLOW_END0(TRACE_DISABLED_BY_DEFAULT("ipc.flow"), "IPC",
- header()->flags);
+ TRACE_EVENT_FLOW_END_BIND_TO_ENCLOSING0(
+ TRACE_DISABLED_BY_DEFAULT("ipc.flow"), "IPC", header()->flags);
}
protected: