Chromium Code Reviews| 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 9fd19aeeae0ac2c87d1eeca11fa7c94c69f17af3..b48a7cfa0802226d0470d836cc78a625bc39a31b 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/timeline/CountersGraph.js |
| +++ b/third_party/WebKit/Source/devtools/front_end/timeline/CountersGraph.js |
| @@ -103,6 +103,14 @@ Timeline.CountersGraph = class extends UI.VBox { |
| } |
| /** |
| + * @protected |
| + * @return {!TimelineModel.TimelineModel} |
| + */ |
| + model() { |
| + return this._model; |
| + } |
| + |
| + /** |
| * @override |
| */ |
| dispose() { |