| 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 fa9cd280408ce5425319ab9e83ab491724ef0b37..89978e95371c584daf5f93b20c6acb948c03b38f 100644
|
| --- a/Source/devtools/front_end/timeline/TimelineModel.js
|
| +++ b/Source/devtools/front_end/timeline/TimelineModel.js
|
| @@ -401,26 +401,11 @@ WebInspector.TimelineModel.Record.prototype = {
|
| data: function() { },
|
|
|
| /**
|
| - * @return {?Object}
|
| - */
|
| - highlightQuad: function() { },
|
| -
|
| - /**
|
| * @return {string}
|
| */
|
| type: function() { },
|
|
|
| /**
|
| - * @return {?Object}
|
| - */
|
| - counters: function() { },
|
| -
|
| - /**
|
| - * @return {boolean}
|
| - */
|
| - isProgram: function() { },
|
| -
|
| - /**
|
| * @return {string}
|
| */
|
| frameId: function() { },
|
|
|