| 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..8f369ce9865781b19142653ac60cf7a3d65cd816 100644
|
| --- a/chrome/browser/resources/settings/animation/animation.js
|
| +++ b/chrome/browser/resources/settings/animation/animation.js
|
| @@ -48,6 +48,7 @@ cr.define('settings.animation', function() {
|
| self.queueDispatch_(e);
|
| });
|
| self.animation_.addEventListener('cancel', function(e) {
|
| + // clang-format off
|
| reject(new
|
| /**
|
| * @see https://heycam.github.io/webidl/#es-DOMException-call
|
| @@ -55,6 +56,7 @@ cr.define('settings.animation', function() {
|
| */(
|
| DOMException
|
| )('', 'AbortError'));
|
| + // clang-format on
|
| self.queueDispatch_(e);
|
| });
|
| });
|
|
|