| 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 7e07a996b9c1db30ddd42d9d8855846f0268b947..c9b9a363d086a8040e4f45b0cefe9a4aba11197c 100644
|
| --- a/chrome/browser/resources/settings/animation/animation.js
|
| +++ b/chrome/browser/resources/settings/animation/animation.js
|
| @@ -49,12 +49,10 @@ cr.define('settings.animation', function() {
|
| });
|
| self.animation_.addEventListener('cancel', function(e) {
|
| reject(new
|
| - /**
|
| + /**
|
| * @see https://heycam.github.io/webidl/#es-DOMException-call
|
| * @type {function (new:DOMException, string, string)}
|
| - */(
|
| - DOMException
|
| - )('', 'AbortError'));
|
| + */ (DOMException)('', 'AbortError'));
|
| self.queueDispatch_(e);
|
| });
|
| });
|
|
|