| Index: chrome/browser/resources/settings/on_startup_page/startup_url_entry.js
|
| diff --git a/chrome/browser/resources/settings/on_startup_page/startup_url_entry.js b/chrome/browser/resources/settings/on_startup_page/startup_url_entry.js
|
| index 2c582027c2653f5779a7d771267cac2e593cb8ae..e5bd08b427e1363d5e9ad8929b862ef5aa991115 100644
|
| --- a/chrome/browser/resources/settings/on_startup_page/startup_url_entry.js
|
| +++ b/chrome/browser/resources/settings/on_startup_page/startup_url_entry.js
|
| @@ -63,8 +63,8 @@ Polymer({
|
|
|
| /** @private */
|
| onDotsTap_: function() {
|
| - var actionMenu = /** @type {!CrActionMenuElement} */(
|
| - this.$$('#menu').get());
|
| + var actionMenu =
|
| + /** @type {!CrActionMenuElement} */ (this.$$('#menu').get());
|
| actionMenu.showAt(assert(this.$$('#dots')));
|
| },
|
| });
|
|
|