Chromium Code Reviews| Index: chrome/browser/resources/ntp4/drag_wrapper.js |
| diff --git a/chrome/browser/resources/ntp4/drag_wrapper.js b/chrome/browser/resources/ntp4/drag_wrapper.js |
| index a2add2dc706b856ec3e4b6ac0308e3680de208c1..9601b1c8af0406888bc5fe8491eb4c53cd8e6e31 100644 |
| --- a/chrome/browser/resources/ntp4/drag_wrapper.js |
| +++ b/chrome/browser/resources/ntp4/drag_wrapper.js |
| @@ -108,7 +108,7 @@ var DragWrapper = (function() { |
| return; |
| this.target_.classList.remove('drag-target'); |
| - this.handler_.doDragLeave(); |
| + this.handler_.doDragLeave(e); |
|
Dan Beam
2011/09/13 08:13:03
This isn't super related to this commit, I just no
|
| }, |
| }; |