Closed
Bug 1775250
Opened 3 years ago
Closed 3 years ago
Do not define lazy getter for XPCOMUtils
Categories
(Core :: WebRTC, task)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
103 Branch
Tracking | Status | |
---|---|---|
firefox103 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(1 file)
XPCOMUtils is known to be loaded early in the startup process, and not necessarily be a lazy getter.
ChromeUtils.defineModuleGetter(
lazy,
"XPCOMUtils",
"resource://gre/modules/XPCOMUtils.jsm"
);
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/a334eebc2e9f
Do not define XPCOMUtils as lazy getter. r=Gijs
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox103:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 103 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•