| Index: Source/devtools/front_end/SuggestBox.js
|
| diff --git a/Source/devtools/front_end/SuggestBox.js b/Source/devtools/front_end/SuggestBox.js
|
| index 567bb54ec6a8ef1c154219ee94cfe5e17992d698..9fce0d24abba46cae4e146c1b07a262a95db6e34 100644
|
| --- a/Source/devtools/front_end/SuggestBox.js
|
| +++ b/Source/devtools/front_end/SuggestBox.js
|
| @@ -105,7 +105,7 @@ WebInspector.SuggestBox.prototype = {
|
| },
|
|
|
| /**
|
| - * @param {!AnchorBox=} anchorBox
|
| + * @param {?AnchorBox|undefined} anchorBox
|
| */
|
| _updateBoxPosition: function(anchorBox)
|
| {
|
| @@ -345,7 +345,7 @@ WebInspector.SuggestBox.prototype = {
|
| },
|
|
|
| /**
|
| - * @param {!AnchorBox} anchorBox
|
| + * @param {?AnchorBox} anchorBox
|
| * @param {!Array.<string>} completions
|
| * @param {number} selectedIndex
|
| * @param {boolean} canShowForSingleItem
|
|
|