| Index: ui/webui/resources/js/cr/ui/overlay.js
|
| diff --git a/ui/webui/resources/js/cr/ui/overlay.js b/ui/webui/resources/js/cr/ui/overlay.js
|
| index 2e068c4950da2bf32327427ae7bb7b69c5f076bf..16ad0ef4331f21e48cb1798a442bd7b7e08bcb78 100644
|
| --- a/ui/webui/resources/js/cr/ui/overlay.js
|
| +++ b/ui/webui/resources/js/cr/ui/overlay.js
|
| @@ -128,7 +128,7 @@ cr.define('cr.ui.overlay', function() {
|
| if (overlayPage)
|
| overlayPage.classList.add('pulse');
|
| });
|
| - overlay.addEventListener('webkitAnimationEnd', function(e) {
|
| + overlay.addEventListener('animationend', function(e) {
|
| e.target.classList.remove('pulse');
|
| });
|
| }
|
|
|