| Index: third_party/closure_compiler/externs/web_animations.js
|
| diff --git a/third_party/closure_compiler/externs/web_animations.js b/third_party/closure_compiler/externs/web_animations.js
|
| index 39ffc372b7122fc446cf0fe2d6bbb5d0cbf4ab08..c2339997ee438869993ef857b5c082eb4d36fe09 100644
|
| --- a/third_party/closure_compiler/externs/web_animations.js
|
| +++ b/third_party/closure_compiler/externs/web_animations.js
|
| @@ -187,13 +187,6 @@ Animation.prototype.reverse = function() {};
|
|
|
| Animation.prototype.cancel = function() {};
|
|
|
| -/**
|
| - * @param {boolean=} opt_useCapture
|
| - * @override
|
| - */
|
| -Animation.prototype.addEventListener = function(
|
| - type, listener, opt_useCapture) {};
|
| -
|
| /** @type {EventHandler} */
|
| Animation.prototype.onfinish;
|
|
|
|
|