mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix fuel failure from bug 387746
This commit is contained in:
parent
821081bb54
commit
6a37211f79
@ -960,7 +960,7 @@ Bookmark.prototype = {
|
||||
function BookmarkFolder(aId, aParent) {
|
||||
this._id = aId;
|
||||
if (this._id == null)
|
||||
this._id = Utilities.bookmarks.bookmarksRoot;
|
||||
this._id = Utilities.bookmarks.bookmarksMenuFolder;
|
||||
|
||||
this._parent = aParent;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user