Index: base/debug/trace_event_impl.cc |
diff --git a/base/debug/trace_event_impl.cc b/base/debug/trace_event_impl.cc |
index 1f23c369014932f097753dd10af062693292f1fe..fbe315e68bc064c495aac7d3fd5dc219f439c82b 100644 |
--- a/base/debug/trace_event_impl.cc |
+++ b/base/debug/trace_event_impl.cc |
@@ -564,7 +564,7 @@ void TraceLog::Flush() { |
TraceEvent::AppendEventsAsJSON(previous_logged_events, |
i, |
kTraceEventBatchSize, |
- &(json_events_str_ptr->data)); |
+ &(json_events_str_ptr->data())); |
output_callback_copy.Run(json_events_str_ptr); |
} |
} |