Closed
Bug 1684941
Opened 4 years ago
Closed 4 years ago
Remove using Parser*ScopeData aliases and use *Scope::ParserData
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
86 Branch
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
https://searchfox.org/mozilla-central/rev/f8a41209af503016e78278774052d48d8c52b91c/js/src/frontend/Stencil.h#63-68
it's better directly using the original type name.
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → arai.unmht
Status: NEW → ASSIGNED
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/9280335eb48e
Remove using Parser*ScopeData aliases and use *Scope::ParserData. r=nbp
Comment 3•4 years ago
|
||
Backed out for build bustages.
Push with failures: https://treeherder.mozilla.org/jobs?repo=autoland&selectedTaskRun=fgrRI-A2RXKielj0hh0Meg.0&revision=8b4311105ef0ab220d967d253e0c801a85a56369
Log: https://treeherder.mozilla.org/logviewer?job_id=325867397&repo=autoland&lineNumber=2412
Backout: https://hg.mozilla.org/integration/autoland/rev/cfb1e37b4ea5c3e33c25949b167ea8a15da0c619
Flags: needinfo?(arai.unmht)
Assignee | ||
Updated•4 years ago
|
Flags: needinfo?(arai.unmht)
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/673607f3df3d
Remove using Parser*ScopeData aliases and use *Scope::ParserData. r=nbp
Comment 5•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•