| Index: third_party/WebKit/Source/devtools/front_end/ui/FilterBar.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/FilterBar.js b/third_party/WebKit/Source/devtools/front_end/ui/FilterBar.js
|
| index 856b8e30d88caf3b8fc605ef7279f39b3f5ae36e..fd0c7e571bfa5e8eb7148b0349c54db6e7f8cf62 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/FilterBar.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/FilterBar.js
|
| @@ -629,10 +629,9 @@ WebInspector.ComboBoxFilterUI.prototype = {
|
| },
|
|
|
| /**
|
| - * @param {string} typeName
|
| * @return {*}
|
| */
|
| - value: function(typeName)
|
| + value: function()
|
| {
|
| var option = this._options[this._filterComboBox.selectedIndex()];
|
| return option.value;
|
|
|