| Index: third_party/WebKit/Source/devtools/front_end/ui/SuggestBox.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/SuggestBox.js b/third_party/WebKit/Source/devtools/front_end/ui/SuggestBox.js
|
| index 017e5305e9d545469ddadf60534f7db1813d791c..b6f69620a227bb71620e552c9f42645b27feb1cc 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/SuggestBox.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/SuggestBox.js
|
| @@ -72,7 +72,7 @@ WebInspector.SuggestBox = function(suggestBoxDelegate, maxItemsHeight)
|
| }
|
|
|
| /**
|
| - * @typedef Array.<{title: string, className: (string|undefined)}>
|
| + * @typedef {!Array.<{title: string, className: (string|undefined)}>}
|
| */
|
| WebInspector.SuggestBox.Suggestions;
|
|
|
|
|