| Index: chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.js
 | 
| diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.js b/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.js
 | 
| index 922c08eb137fcdecab409c65ad4643c0f35afec1..363f5aeef2def5af456583b66b27cecd3d8649f0 100644
 | 
| --- a/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.js
 | 
| +++ b/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.js
 | 
| @@ -98,11 +98,11 @@ Polymer({
 | 
|      }
 | 
|      this.yearList_ = yearList;
 | 
|  
 | 
| -    this.async(function() {
 | 
| +    this.async(() => {
 | 
|        this.expirationYear_ = selectedYear.toString();
 | 
|        this.expirationMonth_ = this.creditCard.expirationMonth;
 | 
|        this.$.dialog.showModal();
 | 
| -    }.bind(this));
 | 
| +    });
 | 
|    },
 | 
|  
 | 
|    /** Closes the dialog. */
 | 
| 
 |