Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1291)

Unified Diff: Source/devtools/front_end/CountersGraph.js

Issue 180273023: DevTools: encapsulate presentation model in timeline view. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: For landing Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 = [];
« no previous file with comments | « LayoutTests/inspector/timeline/timeline-filtering.html ('k') | Source/devtools/front_end/MemoryStatistics.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698