| Index: Source/devtools/front_end/timeline/TimelinePresentationModel.js
|
| diff --git a/Source/devtools/front_end/timeline/TimelinePresentationModel.js b/Source/devtools/front_end/timeline/TimelinePresentationModel.js
|
| index 19dfd88aeaf1057b60a6a7a082c166cc2ea249cc..0de2c6035e3b3db045dfd50b5e702d9178ea848d 100644
|
| --- a/Source/devtools/front_end/timeline/TimelinePresentationModel.js
|
| +++ b/Source/devtools/front_end/timeline/TimelinePresentationModel.js
|
| @@ -217,6 +217,8 @@ WebInspector.TimelinePresentationModel.prototype = {
|
| */
|
| filteredRecords: function()
|
| {
|
| + if (!this._rootRecord.presentationChildren().length)
|
| + this.refreshRecords();
|
| if (this._filteredRecords)
|
| return this._filteredRecords;
|
|
|
|
|