Bug 1472275 - Remove PlacesCommandHook.bookmarkPage's aShowEditUI argument. r=standard8
MozReview-Commit-ID: CGYSF1OvoVg
This commit is contained in:
@@ -1420,7 +1420,7 @@ nsContextMenu.prototype = {
|
||||
|
||||
bookmarkThisPage: function CM_bookmarkThisPage() {
|
||||
window.top.PlacesCommandHook
|
||||
.bookmarkPage(this.browser, true)
|
||||
.bookmarkPage(this.browser)
|
||||
.catch(Cu.reportError);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user