Chromium Code Reviews| 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..a3244f23ace68e2ac1d25b7447c9e7000b949c0f 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.View.prototype.wasShown.call(this); |
|
alph
2014/07/02 07:33:07
nit: Should be HBox
|
| + }, |
| + |
| _onScroll: function(event) |
| { |
| this._closeRecordDetails(); |