Index: Source/devtools/front_end/CountersGraph.js |
diff --git a/Source/devtools/front_end/CountersGraph.js b/Source/devtools/front_end/CountersGraph.js |
index 8e784621b4e565e10235b775e6d2823855850ff3..02e96d2c719e3b832cc1e8573aeaf7aae8941dea 100644 |
--- a/Source/devtools/front_end/CountersGraph.js |
+++ b/Source/devtools/front_end/CountersGraph.js |
@@ -92,7 +92,7 @@ WebInspector.CountersGraph.prototype = { |
this._graphsContainer.classList.add("dom-counters"); |
}, |
- _createAllCounters: function() |
+ createAllCounters: function() |
{ |
this._counters = []; |
this._counterUI = []; |