| Index: Source/devtools/front_end/MemoryStatistics.js
|
| diff --git a/Source/devtools/front_end/MemoryStatistics.js b/Source/devtools/front_end/MemoryStatistics.js
|
| index 5e31d666abbc407369c38952610dfa8ccf144a5a..9fd054251ccaf9bfb4bc272834df8dd97d1f9959 100644
|
| --- a/Source/devtools/front_end/MemoryStatistics.js
|
| +++ b/Source/devtools/front_end/MemoryStatistics.js
|
| @@ -397,7 +397,10 @@ WebInspector.MemoryStatistics.prototype = {
|
| this._refreshCurrentValues();
|
| },
|
|
|
| - refreshRecords: function()
|
| + /**
|
| + * @param {?RegExp} textFilter
|
| + */
|
| + refreshRecords: function(textFilter)
|
| {
|
| },
|
|
|
|
|