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

Unified Diff: third_party/WebKit/Source/devtools/front_end/timeline/CountersGraph.js

Issue 2161253002: DevTools: Use proper target when processing worker thread events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressing comments. Created 4 years, 5 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: third_party/WebKit/Source/devtools/front_end/timeline/CountersGraph.js
diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/CountersGraph.js b/third_party/WebKit/Source/devtools/front_end/timeline/CountersGraph.js
index 1bce62a76fd6eda7fcaef561a7bb4d0e9952951c..204d0c8e41f50d857cae654849517e6a3ffc8bad 100644
--- a/third_party/WebKit/Source/devtools/front_end/timeline/CountersGraph.js
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/CountersGraph.js
@@ -75,14 +75,6 @@ WebInspector.CountersGraph = function(delegate, model, filters)
}
WebInspector.CountersGraph.prototype = {
- /**
- * @return {?WebInspector.Target}
- */
- target: function()
- {
- return this._model.target();
- },
-
_createCurrentValuesBar: function()
{
this._currentValuesBar = this._graphsContainer.element.createChild("div");

Powered by Google App Engine
This is Rietveld 408576698