Closed
Bug 1408951
Opened 7 years ago
Closed 7 years ago
Non-unified build failure in xpcom/base/ErrorNames.cpp
Categories
(Core :: XPCOM, defect, P3)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla58
Tracking | Status | |
---|---|---|
firefox58 | --- | fixed |
People
(Reporter: cpearce, Assigned: cpearce)
References
Details
Attachments
(1 file)
xpcom/base/ErrorNames.cpp fails to build in non-unified mode, as Gecko_GetErrorName() uses mozilla::GetErrorName() without the mozilla namespace being use'd locally.
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8918806 [details]
Bug 1408951 - Fix non-unified build in ErrorNames.cpp.
https://reviewboard.mozilla.org/r/189654/#review194830
Attachment #8918806 -
Flags: review?(nfroyd) → review+
Pushed by nfroyd@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d5d5e0d4ef33
Fix non-unified build in ErrorNames.cpp. r=froydnj
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
You need to log in
before you can comment on or make changes to this bug.
Description
•