| Index: chrome/browser/resources/md_bookmarks/item.js
|
| diff --git a/chrome/browser/resources/md_bookmarks/item.js b/chrome/browser/resources/md_bookmarks/item.js
|
| index 73b606a3c237cb3fd7b1a00e64a39f68e9d55b4f..e326270447bd9e6aae2454ff301861db4f5b5045 100644
|
| --- a/chrome/browser/resources/md_bookmarks/item.js
|
| +++ b/chrome/browser/resources/md_bookmarks/item.js
|
| @@ -87,8 +87,8 @@ Polymer({
|
| * @private
|
| */
|
| onClick_: function(e) {
|
| - this.dispatch(bookmarks.actions.selectItem(
|
| - this.itemId, e.ctrlKey, e.shiftKey, this.getState()));
|
| + this.dispatch(
|
| + bookmarks.actions.selectItem(this.itemId, e.ctrlKey, e.shiftKey));
|
| e.stopPropagation();
|
| },
|
|
|
|
|