| 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 6493e0259df63ed650522a6d3e26dddc381a36e7..c6f71fba2cddffdcfecd10535a8e14810d5ae4d8 100644
|
| --- a/Source/devtools/front_end/timeline/TimelineModel.js
|
| +++ b/Source/devtools/front_end/timeline/TimelineModel.js
|
| @@ -352,7 +352,7 @@ WebInspector.TimelineModel.Record.prototype = {
|
| initiator: function() { },
|
|
|
| /**
|
| - * @return {!WebInspector.Target}
|
| + * @return {?WebInspector.Target}
|
| */
|
| target: function() { },
|
|
|
|
|