Closed
Bug 1943282
Opened 1 year ago
Closed 1 year ago
Fix include in `FileLocation.h`
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
136 Branch
| Tracking | Status | |
|---|---|---|
| firefox136 | --- | fixed |
People
(Reporter: jjaschke, Assigned: jjaschke)
References
Details
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
Details |
xpcom/build/FileLocation.h includes FileUtils.h instead of mozilla/FileUtils.h. This caused crashes in build-linux64-base-toolchains/debug after adding a new file to unified builds (this patch introduced the build error).
After fixing the include, the build is green again.
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Severity: -- → S3
Pushed by jjaschke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c3d24dda1c43
Fixed include in `FileLocation.h`. r=glandium,xpcom-reviewers
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox136:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 136 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•