| 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 c7b19e614a787b5ca1163c616757609e7558e7d1..1feacc04dd984006b21049ad051f25662f1c9635 100644
|
| --- a/ui/webui/resources/js/cr/ui/overlay.js
|
| +++ b/ui/webui/resources/js/cr/ui/overlay.js
|
| @@ -127,7 +127,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');
|
| });
|
| }
|
|
|