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

Unified Diff: chrome/browser/resources/md_bookmarks/dnd_manager.js

Issue 2853973002: [MD Bookmarks] Fix Drag and drop timer. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_bookmarks/dnd_manager.js
diff --git a/chrome/browser/resources/md_bookmarks/dnd_manager.js b/chrome/browser/resources/md_bookmarks/dnd_manager.js
index 8bcc775184a8e8903bde7c095b2ea95df94b0e97..ffe166106a1d208167cbe371625e71805dc2a12b 100644
--- a/chrome/browser/resources/md_bookmarks/dnd_manager.js
+++ b/chrome/browser/resources/md_bookmarks/dnd_manager.js
@@ -287,7 +287,7 @@ cr.define('bookmarks', function() {
* Used to instantly clearDragData in tests.
* @private {function((Function|null|string), number)}
*/
- this.setTimeout = window.setTimeout.bind(window);
+ this.setTimeout_ = window.setTimeout.bind(window);
}
DNDManager.prototype = {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698