| Index: third_party/WebKit/Source/devtools/front_end/network/FilterSuggestionBuilder.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/network/FilterSuggestionBuilder.js b/third_party/WebKit/Source/devtools/front_end/network/FilterSuggestionBuilder.js
|
| index d80ad3a289d3eed1c8f736e6ee0573fe7263de39..2f85e3680fb4d9085c0376ba29a7457f03dee7b7 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/network/FilterSuggestionBuilder.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/network/FilterSuggestionBuilder.js
|
| @@ -38,7 +38,7 @@ WebInspector.FilterSuggestionBuilder = function(keys)
|
| this._keys = keys;
|
| this._valueSets = {};
|
| this._valueLists = {};
|
| -}
|
| +};
|
|
|
| /** @typedef {{type: string, data: string, negative: boolean}} */
|
| WebInspector.FilterSuggestionBuilder.Filter;
|
|
|