Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/ui/Toolbar.js |
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/Toolbar.js b/third_party/WebKit/Source/devtools/front_end/ui/Toolbar.js |
| index 2c5a8ffa735c4f218e4a91786ec65f69aee631e1..77c9f5409ee00b8cf4c11172197178333dbc5d2d 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/ui/Toolbar.js |
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/Toolbar.js |
| @@ -745,8 +745,6 @@ UI.ToolbarMenuButton = class extends UI.ToolbarButton { |
| * @param {!Event} event |
| */ |
| _clicked(event) { |
| - if (!this._triggerTimeout) |
|
pfeldman
2017/03/31 00:02:05
What if there wasn't? At least clearTimeout condit
einbinder
2017/04/03 05:21:26
Done.
|
| - return; |
| clearTimeout(this._triggerTimeout); |
| this._trigger(event); |
| } |