Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(153)

Unified Diff: ui/login/bubble.js

Issue 2535493002: Reduce webkit CSS prefixes in ui/ styles (Closed)
Patch Set: js Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/login/bubble.js
diff --git a/ui/login/bubble.js b/ui/login/bubble.js
index 66d75185c06437191086cb095658c4f6fad03fa6..ff8d91a3220c0626d4062eca5eddf3759cf0d978 100644
--- a/ui/login/bubble.js
+++ b/ui/login/bubble.js
@@ -68,7 +68,7 @@ cr.define('cr.ui', function() {
this.ownerDocument.addEventListener('keydown',
this.docKeyDownHandler_);
window.addEventListener('blur', this.handleWindowBlur_.bind(this));
- this.addEventListener('webkitTransitionEnd',
+ this.addEventListener('transitionend',
this.handleTransitionEnd_.bind(this));
// Guard timer for 200ms + epsilon.
ensureTransitionEndEvent(this, 250);

Powered by Google App Engine
This is Rietveld 408576698