Closed
Bug 509590
Opened 16 years ago
Closed 16 years ago
DomInterfaceConstants boxes integers that don't fit in jsvals
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| status1.9.2 | --- | beta1-fixed |
People
(Reporter: dvander, Unassigned)
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file)
|
656 bytes,
patch
|
mrbkap
:
review+
mrbkap
:
superreview+
|
Details | Diff | Splinter Review |
After bug 506721 I started getting an assert from this line:
> v = INT_TO_JSVAL(c->GetValue()->val.u32);
|val.u32| == 0x40000000, does not INT_FITS_IN_JSVAL
Attachment #393647 -
Flags: review?(mrbkap)
Updated•16 years ago
|
Attachment #393647 -
Flags: superreview+
Attachment #393647 -
Flags: review?(mrbkap)
Attachment #393647 -
Flags: review+
| Reporter | ||
Comment 1•16 years ago
|
||
Whiteboard: fixed-in-tracemonkey
Comment 2•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 3•16 years ago
|
||
status1.9.2:
--- → beta1-fixed
Flags: wanted1.9.2+
| Assignee | ||
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
•