| 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 178ed83daf0e6677a11a9ca1a43765b4be89274d..8f1b06d76ce8b00c18796a3c62e13873738d4166 100644
|
| --- a/Source/devtools/front_end/timeline/TimelineView.js
|
| +++ b/Source/devtools/front_end/timeline/TimelineView.js
|
| @@ -304,6 +304,12 @@ WebInspector.TimelineView.prototype = {
|
| WebInspector.View.prototype.willHide.call(this);
|
| },
|
|
|
| + wasShown: function()
|
| + {
|
| + this._presentationModel.refreshRecords();
|
| + WebInspector.HBox.prototype.wasShown.call(this);
|
| + },
|
| +
|
| _onScroll: function(event)
|
| {
|
| this._closeRecordDetails();
|
|
|