Closed
Bug 812390
Opened 12 years ago
Closed 12 years ago
"Assertion failure: aDefaultValue <= aMaxValue" with createDelay(NaN)
Categories
(Core :: Web Audio, defect)
Tracking
()
RESOLVED
FIXED
mozilla19
People
(Reporter: jruderman, Assigned: ehsan.akhgari)
References
Details
(Keywords: assertion, testcase)
Attachments
(3 files)
Assertion failure: aDefaultValue <= aMaxValue, at ../../../../content/media/webaudio/AudioEventTimeline.h:89
Maybe the test in bug 809882 should be "inverted" so a NaN input takes the early-return branch?
Reporter | ||
Comment 1•12 years ago
|
||
Assignee | ||
Comment 2•12 years ago
|
||
Yeah, makes sense.
Assignee | ||
Comment 3•12 years ago
|
||
Attachment #682288 -
Flags: review?(bzbarsky)
Comment 4•12 years ago
|
||
Comment on attachment 682288 [details] [diff] [review]
Patch (v1)
Maybe add comment in the IDL about this really wanting to be a float, not an unrestricted float, for when we implement those.
r=me with that.
Attachment #682288 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 5•12 years ago
|
||
Comment 6•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
Assignee | ||
Comment 7•11 years ago
|
||
Mass moving Web Audio bugs to the Web Audio component. Filter on duckityduck.
Component: Video/Audio → Web Audio
You need to log in
before you can comment on or make changes to this bug.
Description
•