Closed
Bug 1880372
Opened 2 years ago
Closed 2 years ago
Include mozilla/ipc/Endpoint.h for ManagedEndpoint/Endpoint if it's used in a struct or union
Categories
(Core :: IPC, defect)
Core
IPC
Tracking
()
RESOLVED
FIXED
124 Branch
| Tracking | Status | |
|---|---|---|
| firefox124 | --- | fixed |
People
(Reporter: edgar, Assigned: edgar)
References
Details
Attachments
(1 file)
Currently IPDL generated code that doesn't compile if I add a struct use ManagedEndpoint in PContent.ipdl without having using mozilla::ipc::ManagedEndpoint from "mozilla/ipc/Endpoint.h";, see https://phabricator.services.mozilla.com/D201657#6922317.
| Assignee | ||
Comment 1•2 years ago
|
||
Pushed by echen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/798af36e7958
Include headers for ManagedEndpoint/Endpoint if it is used in a struct or union; r=nika,media-playback-reviewers,padenot
Comment 3•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox124:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 124 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•