| 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 20024eb5a62dc3f59e20d50908052d68d0e7fd7c..f9de289821abb7b3e5ed5164571d7be2a194bc0a 100644
|
| --- a/Source/devtools/front_end/timeline/TimelineUIUtils.js
|
| +++ b/Source/devtools/front_end/timeline/TimelineUIUtils.js
|
| @@ -102,10 +102,9 @@ WebInspector.TimelineUIUtils.prototype = {
|
| /**
|
| * @param {!WebInspector.TimelineModel.Record} record
|
| * @param {!WebInspector.Linkifier} linkifier
|
| - * @param {boolean} loadedFromFile
|
| * @return {?Node}
|
| */
|
| - buildDetailsNode: function(record, linkifier, loadedFromFile)
|
| + buildDetailsNode: function(record, linkifier)
|
| {
|
| throw new Error("Not implemented.");
|
| },
|
| @@ -114,9 +113,8 @@ WebInspector.TimelineUIUtils.prototype = {
|
| * @param {!WebInspector.TimelineModel} model
|
| * @param {!WebInspector.Linkifier} linkifier
|
| * @param {function(!DocumentFragment)} callback
|
| - * @param {boolean} loadedFromFile
|
| */
|
| - generateDetailsContent: function(record, model, linkifier, callback, loadedFromFile)
|
| + generateDetailsContent: function(record, model, linkifier, callback)
|
| {
|
| throw new Error("Not implemented.");
|
| },
|
|
|