| Index: chrome/browser/resources/settings/settings_page/settings_animated_pages.js
|
| diff --git a/chrome/browser/resources/settings/settings_page/settings_animated_pages.js b/chrome/browser/resources/settings/settings_page/settings_animated_pages.js
|
| index 9fa356dce6083e9e59b26d249abcfbe8d4a466fc..9b9ae8fe629ee0eaa817a29a198755bd28dbd122 100644
|
| --- a/chrome/browser/resources/settings/settings_page/settings_animated_pages.js
|
| +++ b/chrome/browser/resources/settings/settings_page/settings_animated_pages.js
|
| @@ -61,7 +61,7 @@ Polymer({
|
|
|
| // Don't attempt to focus any anchor element, unless last navigation was a
|
| // 'pop' (backwards) navigation.
|
| - if (!settings.lastRouteChangeWasPopstate())
|
| + if (!settings.wasLastRouteChangePopstate())
|
| return;
|
|
|
| // Only handle iron-select events from neon-animatable elements and the
|
|
|