| Index: tools/perf/measurements/task_execution_time.py
|
| diff --git a/tools/perf/measurements/task_execution_time.py b/tools/perf/measurements/task_execution_time.py
|
| index c11f37133d42e41786496922055ffd6226a6279f..59aad1b946a478051a03971679fc84116422573f 100644
|
| --- a/tools/perf/measurements/task_execution_time.py
|
| +++ b/tools/perf/measurements/task_execution_time.py
|
| @@ -40,8 +40,8 @@ class TaskExecutionTime(page_test.PageTest):
|
| options, category_filter, self._TIME_OUT_IN_SECONDS)
|
|
|
| def DidRunActions(self, page, tab):
|
| - timeline_data = tab.browser.platform.tracing_controller.Stop()
|
| - timeline_model = TimelineModel(timeline_data=timeline_data)
|
| + trace_data = tab.browser.platform.tracing_controller.Stop()
|
| + timeline_model = TimelineModel(trace_data)
|
| self._renderer_thread = timeline_model.GetRendererThreadFromTabId(tab.id)
|
|
|
| def ValidateAndMeasurePage(self, page, tab, results):
|
|
|