Index: Source/devtools/front_end/CountersGraph.js |
diff --git a/Source/devtools/front_end/CountersGraph.js b/Source/devtools/front_end/CountersGraph.js |
index e4e6dc60a520e96fc69c22bdeb32dc84b1c4aa08..f2512e3eb3567cc1cd1eac99071d6f675b40698c 100644 |
--- a/Source/devtools/front_end/CountersGraph.js |
+++ b/Source/devtools/front_end/CountersGraph.js |
@@ -65,6 +65,11 @@ WebInspector.CounterUI = function(memoryCountersPane, title, currentValueLabel, |
} |
WebInspector.CounterUI.prototype = { |
+ reset: function() |
+ { |
+ this._range.textContent = ""; |
+ }, |
+ |
/** |
* @param {number} minValue |
* @param {number} maxValue |