| Index: chrome/browser/resources/settings/animation/animation.js
|
| diff --git a/chrome/browser/resources/settings/animation/animation.js b/chrome/browser/resources/settings/animation/animation.js
|
| index 8f369ce9865781b19142653ac60cf7a3d65cd816..bd8c2a74da96d05d066528b1894bc8c1edb8570c 100644
|
| --- a/chrome/browser/resources/settings/animation/animation.js
|
| +++ b/chrome/browser/resources/settings/animation/animation.js
|
| @@ -80,10 +80,10 @@ cr.define('settings.animation', function() {
|
| * @private
|
| */
|
| queueDispatch_: function(e) {
|
| - setTimeout(function() {
|
| + setTimeout(() => {
|
| this.dispatchEvent(e);
|
| this.animation_ = undefined;
|
| - }.bind(this));
|
| + });
|
| },
|
| };
|
|
|
|
|