| Index: Source/devtools/front_end/timeline/TimelineModel.js
|
| diff --git a/Source/devtools/front_end/timeline/TimelineModel.js b/Source/devtools/front_end/timeline/TimelineModel.js
|
| index d0c39b1e61b9e1451837035488d5824b8250622a..5edc1589a914e27c1322ea0586be475c06ff55b4 100644
|
| --- a/Source/devtools/front_end/timeline/TimelineModel.js
|
| +++ b/Source/devtools/front_end/timeline/TimelineModel.js
|
| @@ -411,6 +411,11 @@ WebInspector.TimelineModel.Record.prototype = {
|
| type: function() { },
|
|
|
| /**
|
| + * @return {?Object}
|
| + */
|
| + counters: function() { },
|
| +
|
| + /**
|
| * @return {string}
|
| */
|
| frameId: function() { },
|
|
|