Chromium Code Reviews| Index: ui/webui/resources/js/util.js |
| diff --git a/ui/webui/resources/js/util.js b/ui/webui/resources/js/util.js |
| index 03db2a29a678b72f7bc952f3302eec4a069c2d31..2c40592d4582acbd379c57b80af04f3a30ea8ff3 100644 |
| --- a/ui/webui/resources/js/util.js |
| +++ b/ui/webui/resources/js/util.js |
| @@ -383,7 +383,7 @@ function ensureTransitionEndEvent(el, timeOut) { |
| }); |
| window.setTimeout(function() { |
| if (!fired) |
| - cr.dispatchSimpleEvent(el, 'webkitTransitionEnd'); |
| + cr.dispatchSimpleEvent(el, 'webkitTransitionEnd', true); |
|
Dan Beam
2014/11/07 05:43:20
:)
|
| }, timeOut); |
| } |