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

Unified Diff: chrome/browser/resources/ntp4/nav_dot.js

Issue 2535573002: Reduce usage of webkit CSS prefixes in chrome/browser/resources (Closed)
Patch Set: rebase Created 3 years, 10 months 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: chrome/browser/resources/ntp4/nav_dot.js
diff --git a/chrome/browser/resources/ntp4/nav_dot.js b/chrome/browser/resources/ntp4/nav_dot.js
index 98f02785724ae9e6475319780d491bfc5e28570b..9c7e8535bf8c13e123bb3e3bb8d9c7b061719d9d 100644
--- a/chrome/browser/resources/ntp4/nav_dot.js
+++ b/chrome/browser/resources/ntp4/nav_dot.js
@@ -57,7 +57,7 @@ cr.define('ntp', function() {
this.addEventListener('click', this.onClick_);
this.addEventListener('dblclick', this.onDoubleClick_);
this.dragWrapper_ = new cr.ui.DragWrapper(this, this);
- this.addEventListener('webkitTransitionEnd', this.onTransitionEnd_);
+ this.addEventListener('transitionend', this.onTransitionEnd_);
this.input_.addEventListener('blur', this.onInputBlur_.bind(this));
this.input_.addEventListener('mousedown',

Powered by Google App Engine
This is Rietveld 408576698