mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 15:51:37 +00:00
Bug 374238 - assert when adding a bookmark without a microsummary. r=dietrich.
This commit is contained in:
parent
b0ca4ed07c
commit
650e701071
@ -753,7 +753,7 @@ var BookmarkPropertiesPanel = {
|
||||
new PlacesEditBookmarkMicrosummaryTransaction(itemId,
|
||||
newMicrosummary));
|
||||
}
|
||||
else {
|
||||
else if (this._action == ACTION_EDIT) {
|
||||
NS_ASSERT(itemId != -1, "should have had a real bookmark id");
|
||||
|
||||
// Only add a microsummary update to the transaction if the
|
||||
|
Loading…
x
Reference in New Issue
Block a user