Closed
Bug 1404302
Opened 7 years ago
Closed 7 years ago
nsCOMArray.cpp:124:44: error: ‘NS_QuickSort’ was not declared in this scope
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)
nsCOMArray uses NS_QuickSort on line 124 without including nsQuickSort.h. This breaks the build in non-unified mode.
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8913643 [details]
Bug 1404302 - Include nsQuickSort.h in nsCOMArray.cpp.
https://reviewboard.mozilla.org/r/185042/#review190104
Attachment #8913643 -
Flags: review?(nfroyd) → review+
Pushed by nfroyd@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8d3e8b57fb0f
Include nsQuickSort.h in nsCOMArray.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
•