Closed
Bug 1626767
Opened 5 years ago
Closed 5 years ago
Fix InflatedChar16Sequence constructor to accept right type.
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: djvj, Assigned: djvj)
References
Details
Attachments
(1 file)
Minor fix to bug 1621386, to change the pointer type the constructor accepts from an explicit char16_t to the actual abstract type of character the sequence is iterating over.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → kvijayan
Status: NEW → ASSIGNED
Updated•5 years ago
|
Priority: -- → P1
Pushed by kvijayan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/71ef035d1993
Fix InflatedChar16Sequence constructor to accept right type. r=jwalden
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
You need to log in
before you can comment on or make changes to this bug.
Description
•