| Index: Source/devtools/front_end/timeline/TimelineUIUtils.js
|
| diff --git a/Source/devtools/front_end/timeline/TimelineUIUtils.js b/Source/devtools/front_end/timeline/TimelineUIUtils.js
|
| index 3f6a3fceeb4441c0c8c8114dbeec8c052ab53fe7..193830f3227c86e1579d31fd4dec2697ed844e50 100644
|
| --- a/Source/devtools/front_end/timeline/TimelineUIUtils.js
|
| +++ b/Source/devtools/front_end/timeline/TimelineUIUtils.js
|
| @@ -1280,6 +1280,7 @@ WebInspector.TimelinePopupContentHelper.prototype = {
|
| },
|
|
|
| /**
|
| + * @param {string|number} content
|
| * @param {string=} styleName
|
| */
|
| _createCell: function(content, styleName)
|
| @@ -1296,7 +1297,7 @@ WebInspector.TimelinePopupContentHelper.prototype = {
|
|
|
| /**
|
| * @param {string} title
|
| - * @param {string|number|boolean} content
|
| + * @param {string|number} content
|
| */
|
| appendTextRow: function(title, content)
|
| {
|
|
|