Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(206)

Unified Diff: third_party/closure_compiler/externs/web_animations.js

Issue 2753443007: Roll closure compiler (Closed)
Patch Set: roll compiler Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « third_party/closure_compiler/externs/chrome_extensions.js ('k') | third_party/closure_compiler/roll_closure_compiler » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698