| 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 5edc1589a914e27c1322ea0586be475c06ff55b4..fa9cd280408ce5425319ab9e83ab491724ef0b37 100644
|
| --- a/Source/devtools/front_end/timeline/TimelineModel.js
|
| +++ b/Source/devtools/front_end/timeline/TimelineModel.js
|
| @@ -416,6 +416,11 @@ WebInspector.TimelineModel.Record.prototype = {
|
| counters: function() { },
|
|
|
| /**
|
| + * @return {boolean}
|
| + */
|
| + isProgram: function() { },
|
| +
|
| + /**
|
| * @return {string}
|
| */
|
| frameId: function() { },
|
|
|