Closed
Bug 734548
Opened 14 years ago
Closed 14 years ago
Firefox 13.0a1 Crash @ nsDOMStorageEvent::GetStorageArea
Categories
(Core :: DOM: Events, defect)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
mozilla13
People
(Reporter: emk, Assigned: emk)
Details
(Keywords: crash, reproducible)
Crash Data
Attachments
(1 file)
|
1.99 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
https://crash-stats.mozilla.com/report/index/bp-52497117-b8c0-4d2c-be06-1419d2120310
Steps to reproduce:
new StorageEvent("").storageArea;
| Assignee | ||
Comment 1•14 years ago
|
||
StorageEvent.storageArea is nullable per spec.
http://dev.w3.org/html5/webstorage/#storageevent
Comment 2•14 years ago
|
||
Comment on attachment 604586 [details] [diff] [review]
patch
Bug 730891 didn't change nsDOMStorageEvent::GetStorageArea. The bug
is there with init*Event too.
Attachment #604586 -
Flags: review?(jonas) → review+
| Assignee | ||
Updated•14 years ago
|
Keywords: regression → checkin-needed
Comment 3•14 years ago
|
||
Thanks for noticing this!
Comment 4•14 years ago
|
||
and fixing :)
Updated•14 years ago
|
Crash Signature: [@ nsDOMStorageEvent::GetStorageArea(nsIDOMStorage**)]
Comment 5•14 years ago
|
||
Keywords: checkin-needed
Target Milestone: --- → mozilla13
Comment 6•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•