| Index: Source/devtools/front_end/TimelineFlameChart.js
|
| diff --git a/Source/devtools/front_end/TimelineFlameChart.js b/Source/devtools/front_end/TimelineFlameChart.js
|
| index 450642d2be4997febacf00cbe9028c588e99fc03..6f9d9fd970149243f41276b883a8ad0b1c069617 100644
|
| --- a/Source/devtools/front_end/TimelineFlameChart.js
|
| +++ b/Source/devtools/front_end/TimelineFlameChart.js
|
| @@ -278,8 +278,13 @@ WebInspector.TimelineFlameChart.prototype = {
|
| this._delegate.requestWindowTimes(windowStartTime, windowEndTime);
|
| },
|
|
|
| - refreshRecords: function()
|
| + /**
|
| + * @param {?RegExp} textFilter
|
| + */
|
| + refreshRecords: function(textFilter)
|
| {
|
| + this._dataProvider._invalidate();
|
| + this._mainView._scheduleUpdate();
|
| },
|
|
|
| reset: function()
|
|
|