Chromium Code Reviews| 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 |
| - /** |
| + /** |
|
dschuyler
2017/06/16 23:09:07
This looks incorrect (or the lines that follow are
Dan Beam
2017/06/17 00:11:06
this is code is cray to begin with. turned clang-
|
| * @see https://heycam.github.io/webidl/#es-DOMException-call |
| * @type {function (new:DOMException, string, string)} |
| - */( |
| - DOMException |
| - )('', 'AbortError')); |
| + */ (DOMException)('', 'AbortError')); |
| self.queueDispatch_(e); |
| }); |
| }); |