Closed
Bug 509683
Opened 17 years ago
Closed 17 years ago
nsDOMStorageMemoryDB::GetItemsTable inits hashtable twice
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
People
(Reporter: peterv, Assigned: mayhemer)
References
Details
(Keywords: assertion)
Attachments
(1 file)
|
830 bytes,
patch
|
peterv
:
review+
|
Details | Diff | Splinter Review |
This triggers the assertion "nsTHashtable::Init() should not be called twice." nsDOMStorageMemoryDB::GetItemsTable does |new nsInMemoryStorage();|, the nsInMemoryStorage constructor calls Init(20) on its hashtable and then nsDOMStorageMemoryDB::GetItemsTable calls Init() on the hashtable again.
| Reporter | ||
Updated•17 years ago
|
Attachment #393824 -
Flags: review?(peterv) → review+
| Assignee | ||
Comment 2•17 years ago
|
||
Comment on attachment 393824 [details] [diff] [review]
v1 [Checkin comment 2]
http://hg.mozilla.org/mozilla-central/rev/6026b5124cf3
Attachment #393824 -
Attachment description: v1 → v1 [Checkin comment 2]
| Assignee | ||
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 3•15 years ago
|
||
Is this wanted/needed on 1.9.2 branch?
Updated•13 years ago
|
Component: DOM: Mozilla Extensions → DOM
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•