Closed
Bug 1618581
Opened 6 years ago
Closed 6 years ago
Resolve `AccessCheck` in `XPCWrappedNativeScope::GetComponentsJSObject`
Categories
(Core :: XPConnect, defect)
Core
XPConnect
Tracking
()
RESOLVED
FIXED
mozilla75
| Tracking | Status | |
|---|---|---|
| firefox75 | --- | fixed |
People
(Reporter: andi, Assigned: andi)
Details
Attachments
(1 file)
Since we have moved away from the unified build when generating compile_commands.json we've noticed that AccessCheck.h is not included by XPCWrappedNativeScope.cpp.
In the unified environment this was working because most likely in the main translation where XPCWrappedNativeScope.cpp was included were previous files that included AccessCheck.h.
| Assignee | ||
Comment 1•6 years ago
|
||
Pushed by bpostelnicu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6f90be912a70
Resolve `AccessCheck` in `XPCWrappedNativeScope::GetComponentsJSObject`. r=jandem
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
You need to log in
before you can comment on or make changes to this bug.
Description
•