| Index: base/trace_event/common/trace_event_common.h
|
| diff --git a/base/trace_event/common/trace_event_common.h b/base/trace_event/common/trace_event_common.h
|
| index 92eff024ae00f123714b2f64b04f4b294b5d548e..8d13fc2e8cb8a59662291e8c8c499624ab1c64e5 100644
|
| --- a/base/trace_event/common/trace_event_common.h
|
| +++ b/base/trace_event/common/trace_event_common.h
|
| @@ -974,7 +974,8 @@
|
| TRACE_EVENT_PHASE_LEAVE_CONTEXT, category_group, name, \
|
| TRACE_ID_DONT_MANGLE(context), TRACE_EVENT_FLAG_NONE)
|
| #define TRACE_EVENT_SCOPED_CONTEXT(category_group, name, context) \
|
| - INTERNAL_TRACE_EVENT_SCOPED_CONTEXT(category_group, name, context)
|
| + INTERNAL_TRACE_EVENT_SCOPED_CONTEXT(category_group, name, \
|
| + TRACE_ID_DONT_MANGLE(context))
|
|
|
| // Macro to efficiently determine if a given category group is enabled.
|
| #define TRACE_EVENT_CATEGORY_GROUP_ENABLED(category_group, ret) \
|
|
|