| Index: third_party/WebKit/Source/devtools/front_end/ui/ContextMenu.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/ContextMenu.js b/third_party/WebKit/Source/devtools/front_end/ui/ContextMenu.js
|
| index 430abb6363afba28ea9c82a4350672e0d76e6498..16f51444c17c05de24247a83761837575339a2d0 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/ContextMenu.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/ContextMenu.js
|
| @@ -301,7 +301,7 @@ WebInspector.ContextMenu = function(event, useSoftMenu, x, y)
|
| WebInspector.ContextSubMenuItem.call(this, this, "");
|
| /** @type {!Array.<!Promise.<!Array.<!WebInspector.ContextMenu.Provider>>>} */
|
| this._pendingPromises = [];
|
| - /** @type {!Array.<!Promise.<!Object>>} */
|
| + /** @type {!Array<!Object>} */
|
| this._pendingTargets = [];
|
| this._event = event;
|
| this._useSoftMenu = !!useSoftMenu;
|
|
|