| Index: Source/devtools/front_end/timeline/CountersGraph.js
|
| diff --git a/Source/devtools/front_end/timeline/CountersGraph.js b/Source/devtools/front_end/timeline/CountersGraph.js
|
| index 5b039c599214697a715568fcfd3f5bb69cffecba..29804e8bf30e651d1ef95e140fd070d75287034a 100644
|
| --- a/Source/devtools/front_end/timeline/CountersGraph.js
|
| +++ b/Source/devtools/front_end/timeline/CountersGraph.js
|
| @@ -238,7 +238,11 @@ WebInspector.CountersGraph.prototype = {
|
| this._refreshCurrentValues();
|
| },
|
|
|
| - refreshRecords: function()
|
| + /**
|
| + * @override
|
| + * @param {?RegExp} textFilter
|
| + */
|
| + refreshRecords: function(textFilter)
|
| {
|
| },
|
|
|
|
|