| Index: tools/perf/measurements/thread_times.py
|
| diff --git a/tools/perf/measurements/thread_times.py b/tools/perf/measurements/thread_times.py
|
| index 51f35645593edf84cf7eaf3d82a9d00edb07b5e0..e90d2b2f1b1656ce76ea833802cf4fb46612c961 100644
|
| --- a/tools/perf/measurements/thread_times.py
|
| +++ b/tools/perf/measurements/thread_times.py
|
| @@ -22,7 +22,7 @@ class ThreadTimes(page_test.PageTest):
|
| self._timeline_controller = timeline_controller.TimelineController()
|
| if self.options.report_silk_details:
|
| # We need the other traces in order to have any details to report.
|
| - self.timeline_controller.trace_categories = None
|
| + self._timeline_controller.trace_categories = None
|
| else:
|
| self._timeline_controller.trace_categories = \
|
| tracing_category_filter.CreateNoOverheadFilter().filter_string
|
|
|