Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: Source/devtools/front_end/SuggestBox.js

Issue 18132024: Add enhanced filters to Network panel. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698