| Index: Source/devtools/front_end/timeline/TimelineModel.js
|
| diff --git a/Source/devtools/front_end/timeline/TimelineModel.js b/Source/devtools/front_end/timeline/TimelineModel.js
|
| index c6f71fba2cddffdcfecd10535a8e14810d5ae4d8..9449c2d1a72b51a748d90ea36b1caa852e782121 100644
|
| --- a/Source/devtools/front_end/timeline/TimelineModel.js
|
| +++ b/Source/devtools/front_end/timeline/TimelineModel.js
|
| @@ -157,14 +157,6 @@ WebInspector.TimelineModel.prototype = {
|
| },
|
|
|
| /**
|
| - * @return {boolean}
|
| - */
|
| - loadedFromFile: function()
|
| - {
|
| - return false;
|
| - },
|
| -
|
| - /**
|
| * @param {?function(!WebInspector.TimelineModel.Record)|?function(!WebInspector.TimelineModel.Record,number)} preOrderCallback
|
| * @param {function(!WebInspector.TimelineModel.Record)|function(!WebInspector.TimelineModel.Record,number)=} postOrderCallback
|
| */
|
| @@ -263,7 +255,6 @@ WebInspector.TimelineModel.prototype = {
|
|
|
| reset: function()
|
| {
|
| - this._loadedFromFile = false;
|
| this._records = [];
|
| this._minimumRecordTime = 0;
|
| this._maximumRecordTime = 0;
|
|
|