| Index: chrome/browser/resources/print_preview/print_preview_animations.js
|
| diff --git a/chrome/browser/resources/print_preview/print_preview_animations.js b/chrome/browser/resources/print_preview/print_preview_animations.js
|
| index 72369b6b03d6336b683272aa56e284294b067579..d62ef7409e130bc922e70fac3b0f3b10e4ba91f2 100644
|
| --- a/chrome/browser/resources/print_preview/print_preview_animations.js
|
| +++ b/chrome/browser/resources/print_preview/print_preview_animations.js
|
| @@ -84,7 +84,7 @@ function fadeOutElement(el) {
|
|
|
| /**
|
| * Executes when a fade out animation ends.
|
| - * @param {WebkitTransitionEvent} event The event that triggered this listener.
|
| + * @param {TransitionEvent} event The event that triggered this listener.
|
| * @this {HTMLElement} The element where the transition occurred.
|
| */
|
| function onFadeOutTransitionEnd(event) {
|
| @@ -96,7 +96,7 @@ function onFadeOutTransitionEnd(event) {
|
|
|
| /**
|
| * Executes when a fade in animation ends.
|
| - * @param {WebkitAnimationEvent} event The event that triggered this listener.
|
| + * @param {Event} event The event that triggered this listener.
|
| * @this {HTMLElement} The element where the transition occurred.
|
| */
|
| function onFadeInAnimationEnd(event) {
|
|
|