Index: Source/devtools/front_end/timeline/TimelineView.js |
diff --git a/Source/devtools/front_end/timeline/TimelineView.js b/Source/devtools/front_end/timeline/TimelineView.js |
index 12511c21c62b9f6f0aadae6e93d21e1923748298..7183f5c87051adb85696959b1cdad5e28a36d001 100644 |
--- a/Source/devtools/front_end/timeline/TimelineView.js |
+++ b/Source/devtools/front_end/timeline/TimelineView.js |
@@ -205,15 +205,6 @@ WebInspector.TimelineView.prototype = { |
}, |
/** |
- * @param {!WebInspector.TimelineModel.Record} record |
- */ |
- addRecord: function(record) |
- { |
- this._presentationModel.addRecord(record); |
- this._invalidateAndScheduleRefresh(false, false); |
- }, |
- |
- /** |
* @param {number} width |
*/ |
setSidebarSize: function(width) |