| Index: chrome/browser/resources/md_bookmarks/app.js
|
| diff --git a/chrome/browser/resources/md_bookmarks/app.js b/chrome/browser/resources/md_bookmarks/app.js
|
| index 50c783cd7083c13d01d920ba92ed096dcd117853..df0890ecd0a3e9d69ed7e5a40ab5688e84735b66 100644
|
| --- a/chrome/browser/resources/md_bookmarks/app.js
|
| +++ b/chrome/browser/resources/md_bookmarks/app.js
|
| @@ -76,6 +76,7 @@ Polymer({
|
| detached: function() {
|
| window.removeEventListener('resize', this.boundUpdateSidebarWidth_);
|
| this.dndManager_.destroy();
|
| + bookmarks.ApiListener.destroy();
|
| },
|
|
|
| /**
|
|
|