Index: chrome/browser/resources/settings/search_engines_page/omnibox_extension_entry.js |
diff --git a/chrome/browser/resources/settings/search_engines_page/omnibox_extension_entry.js b/chrome/browser/resources/settings/search_engines_page/omnibox_extension_entry.js |
index f547c6695b697fd87fde87559b7c7f61282267be..778ec450e5b6f0b5cf5be18761d913d88dddc148 100644 |
--- a/chrome/browser/resources/settings/search_engines_page/omnibox_extension_entry.js |
+++ b/chrome/browser/resources/settings/search_engines_page/omnibox_extension_entry.js |
@@ -53,8 +53,7 @@ Polymer({ |
/** @private */ |
onDotsTap_: function() { |
- /** @type {!CrActionMenuElement} */ ( |
- this.$$('dialog[is=cr-action-menu]')).showAt( |
- assert(this.$$('paper-icon-button'))); |
+ /** @type {!CrActionMenuElement} */ (this.$$('dialog[is=cr-action-menu]')) |
+ .showAt(assert(this.$$('button[is="paper-icon-button-light"]'))); |
}, |
}); |