| 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");
|
|
|