Closed
Bug 1646933
Opened 5 years ago
Closed 5 years ago
DelayedStartInputStream::AsyncWait is wrongly implemented
Categories
(Core :: DOM: postMessage, defect)
Core
DOM: postMessage
Tracking
()
RESOLVED
FIXED
mozilla79
| Tracking | Status | |
|---|---|---|
| firefox79 | --- | fixed |
People
(Reporter: baku, Assigned: baku)
References
Details
Attachments
(1 file)
Here, we execute the callback directly which receives the underlying stream as parameter of OnInputStreamReady instead of 'this'.
| Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → amarchesini
Status: NEW → ASSIGNED
Pushed by amarchesini@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a91e8e8cd93f
DelayedStartInputStream::AsyncWait is wrongly implemented, r=smaug
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in
before you can comment on or make changes to this bug.
Description
•