Closed
Bug 1620731
Opened 5 years ago
Closed 5 years ago
Extra argument passed to loadProcessScript in MainProcessSingleton.jsm
Categories
(Firefox :: General, defect, P3)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: Gijs)
Details
Attachments
(1 file)
https://searchfox.org/mozilla-central/rev/e7fc3314b0dfcc61fb7dc7a09f9555660a2eafc5/toolkit/components/processsingleton/MainProcessSingleton.jsm#34-38 passes three args to loadProcessScript
, but that function only takes two args.
Assignee | ||
Comment 1•5 years ago
|
||
The method looks like it has always done this; in bug 1480244 a refactor accidentally added the stray argument.
Assignee: nobody → gijskruitbosch+bugs
Status: NEW → ASSIGNED
Priority: -- → P3
Assignee | ||
Comment 2•5 years ago
|
||
Pushed by gijskruitbosch@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/9b69af171364
remove extraneous argument from call to loadProcessScript, r=rpl
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 76
You need to log in
before you can comment on or make changes to this bug.
Description
•