| Index: Source/devtools/front_end/profiler/ProfilesPanel.js
|
| diff --git a/Source/devtools/front_end/profiler/ProfilesPanel.js b/Source/devtools/front_end/profiler/ProfilesPanel.js
|
| index c6d1fa741018426c903167d7673ae1835a0b3551..0febceac3f82cd153235d9258bd057697500ab0c 100644
|
| --- a/Source/devtools/front_end/profiler/ProfilesPanel.js
|
| +++ b/Source/devtools/front_end/profiler/ProfilesPanel.js
|
| @@ -979,7 +979,7 @@ WebInspector.ProfilesPanel.prototype = {
|
| },
|
|
|
| /**
|
| - * @param {?Event} event
|
| + * @param {!Event} event
|
| * @param {!WebInspector.ContextMenu} contextMenu
|
| * @param {!Object} target
|
| */
|
| @@ -1181,7 +1181,7 @@ WebInspector.ProfilesPanel.ContextMenuProvider = function()
|
|
|
| WebInspector.ProfilesPanel.ContextMenuProvider.prototype = {
|
| /**
|
| - * @param {?Event} event
|
| + * @param {!Event} event
|
| * @param {!WebInspector.ContextMenu} contextMenu
|
| * @param {!Object} target
|
| */
|
|
|