| Index: Source/devtools/front_end/timeline/TimelineTracingView.js
|
| diff --git a/Source/devtools/front_end/timeline/TimelineTracingView.js b/Source/devtools/front_end/timeline/TimelineTracingView.js
|
| index a88e34c944424a7812381c1cd7fd0bbcab6beb2e..76ed17fb2665e6cb3e7a9971088fbf4c34b3a191 100644
|
| --- a/Source/devtools/front_end/timeline/TimelineTracingView.js
|
| +++ b/Source/devtools/front_end/timeline/TimelineTracingView.js
|
| @@ -95,9 +95,9 @@ WebInspector.TimelineTracingView.prototype = {
|
| setSidebarSize: function(width) {},
|
|
|
| /**
|
| - * @param {?WebInspector.TimelineModel.Record} record
|
| + * @param {?WebInspector.TimelineSelection} selection
|
| */
|
| - setSelectedRecord: function(record) {},
|
| + setSelection: function(selection) {},
|
|
|
| /**
|
| * @param {!WebInspector.Event} event
|
|
|