Open
Bug 1708290
Opened 4 years ago
Audio data should not be null in the constructor
Categories
(Core :: Audio/Video: Playback, defect, P3)
Core
Audio/Video: Playback
Tracking
()
NEW
People
(Reporter: alwu, Unassigned)
Details
I discovered this issue when running ./mach crashtest dom/media/test/crashtests/1673525.html. AudioData::mAudioData would be null in the constructor which seems wrong. In addition, if you disable e10s and running the test again, the audio data would be non-null.
You need to log in
before you can comment on or make changes to this bug.
Description
•