| Index: chrome/browser/resources/ntp4/most_visited_page.js
|
| diff --git a/chrome/browser/resources/ntp4/most_visited_page.js b/chrome/browser/resources/ntp4/most_visited_page.js
|
| index 321bccd3294952f04369830bcb1fb8b1a335990b..bc1e8ea72e993a61522b5d4bae4b98ca44d2e69f 100644
|
| --- a/chrome/browser/resources/ntp4/most_visited_page.js
|
| +++ b/chrome/browser/resources/ntp4/most_visited_page.js
|
| @@ -280,8 +280,8 @@ cr.define('ntp4', function() {
|
| },
|
|
|
| /** @inheritDoc */
|
| - shouldAcceptDrag: function(tile, dataTransfer) {
|
| - return this.contains(tile);
|
| + shouldAcceptDrag: function(dataTransfer) {
|
| + return this.contains(ntp4.getCurrentlyDraggingTile());
|
| },
|
|
|
| /** @inheritDoc */
|
|
|