Loading browser/components/places/content-shim/browserShim.js +1 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ PlacesBrowserShim.init = function PBS_init() { PlacesBrowserShim.addBookmark = function PBS_addBookmark() { var selectedBrowser = getBrowser().selectedBrowser; this._bookmarkURI(this._bookmarks.bookmarkRoot, selectedBrowser.currentURI, this._bookmarkURI(this._bookmarks.bookmarksRoot, selectedBrowser.currentURI, selectedBrowser.contentTitle); }; Loading Loading
browser/components/places/content-shim/browserShim.js +1 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ PlacesBrowserShim.init = function PBS_init() { PlacesBrowserShim.addBookmark = function PBS_addBookmark() { var selectedBrowser = getBrowser().selectedBrowser; this._bookmarkURI(this._bookmarks.bookmarkRoot, selectedBrowser.currentURI, this._bookmarkURI(this._bookmarks.bookmarksRoot, selectedBrowser.currentURI, selectedBrowser.contentTitle); }; Loading