| Index: Source/devtools/front_end/MemoryStatistics.js
|
| diff --git a/Source/devtools/front_end/MemoryStatistics.js b/Source/devtools/front_end/MemoryStatistics.js
|
| index 633835427d7ec77aa340d0879bce4476b019d8a1..7644060a14b586c67093a00a75544e0b76ecd012 100644
|
| --- a/Source/devtools/front_end/MemoryStatistics.js
|
| +++ b/Source/devtools/front_end/MemoryStatistics.js
|
| @@ -378,6 +378,10 @@ WebInspector.MemoryStatistics.prototype = {
|
| this._refreshCurrentValues();
|
| },
|
|
|
| + refreshRecords: function()
|
| + {
|
| + },
|
| +
|
| /**
|
| * @param {number} originY
|
| * @param {number} height
|
|
|