| 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 ea3fae93a7b113214805462c58cb1c14221f397d..d088fc5006183f645071e8ec8746f5e1693c3fa0 100644
|
| --- a/Source/devtools/front_end/timeline/TimelineUIUtils.js
|
| +++ b/Source/devtools/front_end/timeline/TimelineUIUtils.js
|
| @@ -142,16 +142,6 @@ WebInspector.TimelineUIUtils.styleForTimelineEvent = function(type)
|
| return result;
|
| }
|
|
|
| -
|
| -/**
|
| - * @param {!WebInspector.TimelineModel.Record} record
|
| - * @return {!WebInspector.TimelineCategory}
|
| - */
|
| -WebInspector.TimelineUIUtils.categoryForRecord = function(record)
|
| -{
|
| - return WebInspector.TimelineUIUtils.recordStyle(record).category;
|
| -}
|
| -
|
| /**
|
| * @param {!WebInspector.TimelineModel.Record} record
|
| */
|
|
|