| Index: ui/webui/resources/cr_elements/cr_action_menu/cr_action_menu.js
|
| diff --git a/ui/webui/resources/cr_elements/cr_action_menu/cr_action_menu.js b/ui/webui/resources/cr_elements/cr_action_menu/cr_action_menu.js
|
| index 42b00655dd9e1ba6b45a7acd27a3892e9ef6d2fa..537cfebeffd835bd7968ab911db64321cccfbe96 100644
|
| --- a/ui/webui/resources/cr_elements/cr_action_menu/cr_action_menu.js
|
| +++ b/ui/webui/resources/cr_elements/cr_action_menu/cr_action_menu.js
|
| @@ -151,7 +151,7 @@ Polymer({
|
| // Removing 'resize' and 'popstate' listeners when dialog is closed.
|
| this.removeListeners_();
|
| HTMLDialogElement.prototype.close.call(this);
|
| - this.anchorElement_.focus();
|
| + cr.ui.focusWithoutInk(assert(this.anchorElement_));
|
| this.anchorElement_ = null;
|
| },
|
|
|
|
|