| 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 e369b602b61ca748601e5c7f69b75ae6c2367964..39ffc372b7122fc446cf0fe2d6bbb5d0cbf4ab08 100644
|
| --- a/third_party/closure_compiler/externs/web_animations.js
|
| +++ b/third_party/closure_compiler/externs/web_animations.js
|
| @@ -174,6 +174,9 @@ Animation.prototype.currentTime;
|
| /** @type {number} */
|
| Animation.prototype.playbackRate;
|
|
|
| +/** @type {!Promise<!Animation>} */
|
| +Animation.prototype.finished;
|
| +
|
| Animation.prototype.finish = function() {};
|
|
|
| Animation.prototype.play = function() {};
|
|
|