Bug 1472275 - Remove PlacesCommandHook.bookmarkPage's aShowEditUI argument. r=standard8

MozReview-Commit-ID: CGYSF1OvoVg
This commit is contained in:
Dão Gottwald
2018-06-29 19:45:35 +02:00
parent eb0957cf1d
commit 541fa834f8
5 changed files with 8 additions and 9 deletions

View File

@@ -1420,7 +1420,7 @@ nsContextMenu.prototype = {
bookmarkThisPage: function CM_bookmarkThisPage() {
window.top.PlacesCommandHook
.bookmarkPage(this.browser, true)
.bookmarkPage(this.browser)
.catch(Cu.reportError);
},