| Index: Source/devtools/front_end/timeline/TimelineUIUtils.js
|
| diff --git a/Source/devtools/front_end/timeline/TimelineUIUtils.js b/Source/devtools/front_end/timeline/TimelineUIUtils.js
|
| index f344c7ab5bb9c53c8fa5ffeace20244bee601b46..20024eb5a62dc3f59e20d50908052d68d0e7fd7c 100644
|
| --- a/Source/devtools/front_end/timeline/TimelineUIUtils.js
|
| +++ b/Source/devtools/front_end/timeline/TimelineUIUtils.js
|
| @@ -166,14 +166,6 @@ WebInspector.TimelineUIUtils.prototype = {
|
| hiddenEmptyRecordsFilter: function()
|
| {
|
| return null;
|
| - },
|
| - /**
|
| - * @param {!WebInspector.TimelineModel} model
|
| - * @return {!WebInspector.TimelineModel.Record}
|
| - */
|
| - createProgramRecord: function(model)
|
| - {
|
| - throw new Error("Not implemented.");
|
| }
|
| }
|
|
|
|
|