| Index: Source/devtools/front_end/TimelinePanel.js
|
| diff --git a/Source/devtools/front_end/TimelinePanel.js b/Source/devtools/front_end/TimelinePanel.js
|
| index 3f8058fac5d69ed3454013bfacdacce45ad926e0..54ddeb1d5764278087dfdf1e8428b77e3fa3724c 100644
|
| --- a/Source/devtools/front_end/TimelinePanel.js
|
| +++ b/Source/devtools/front_end/TimelinePanel.js
|
| @@ -919,7 +919,7 @@ WebInspector.TimelinePanel.prototype = {
|
| this._updateSelectionDetails();
|
| return;
|
| }
|
| - WebInspector.TimelineUIUtils.generatePopupContent(record, this._detailsLinkifier, showCallback.bind(this));
|
| + WebInspector.TimelineUIUtils.generatePopupContent(record, this._detailsLinkifier, showCallback.bind(this), this._model.loadedFromFile());
|
|
|
| /**
|
| * @param {!DocumentFragment} element
|
|
|