зеркало из https://github.com/mozilla/gecko-dev.git
Fix fuel failure from bug 387746
This commit is contained in:
Родитель
285907cb56
Коммит
09bbed0a03
|
@ -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;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче