| 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 75225cf2de5504354443909921a4f6e17b68582d..34afd71e2d4b703e25d04a2845b15d9bad147a0a 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/FilterBar.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/FilterBar.js
|
| @@ -44,7 +44,7 @@
|
| this.element.classList.add('filter-bar');
|
|
|
| this._filterButton = new UI.ToolbarToggle(Common.UIString('Filter'), 'largeicon-filter');
|
| - this._filterButton.addEventListener(UI.ToolbarButton.Events.Click, this._handleFilterButtonClick, this);
|
| + this._filterButton.addEventListener('click', this._handleFilterButtonClick, this);
|
|
|
| this._filters = [];
|
|
|
|
|