Remove incorrect and unnecessary strict statement from FxAccountsProfileClient.sys.mjs
Categories
(Firefox :: Firefox Accounts, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox127 | --- | fixed |
People
(Reporter: standard8, Assigned: danielmazarakos, Mentored)
Details
(Keywords: good-first-bug, Whiteboard: [lang=js])
Attachments
(1 file)
I noticed that FxAccountsProfileClient.sys.mjs
has a redundant and incorrect strict mode statement.
The statement is "use strict;";
which should be "use strict";
.
However, since that file is now an ES module, the strict mode statement is redundant and that line can simply be removed.
Assignee | ||
Comment 1•9 months ago
|
||
Removed redundant and incorrect "use strict" statement from FxAccountsProfileClient.sys.mjs
changed services/fxaccounts/FxAccountsProfileClient.sys.mjs
Updated•9 months ago
|
Assignee | ||
Comment 3•9 months ago
|
||
Hi I fixed the bug unless there is anything else wrong this listing can be closed.
Reporter | ||
Comment 4•9 months ago
|
||
(In reply to endington543 from comment #3)
Hi I fixed the bug unless there is anything else wrong this listing can be closed.
Thank you, the fix has landed on autoland where it gets tested via our continuous integration set-up, along with other changes. If all goes well, then sometime within the next 24 hours it will be merged to central, at which point the bug will automatically get marked as fixed.
Comment 5•9 months ago
|
||
bugherder |
Description
•