Bug 243903
| Summary: | Fix missing includes in RemoteLayerTreeLayers.mm | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Elliott Williams <emw> |
| Component: | WebKit2 | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | kkinnunen |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Elliott Williams
In some builds, I'm seeing errors like:
Source/WebKit/UIProcess/RemoteLayerTree/cocoa/RemoteLayerTreeLayers.mm:68:10: error: unknown type name 'MachSendRight'
RemoteLayerTreeLayers.mm is the first line of its unified header, so it's probably missing some includes.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Elliott Williams
*** This bug has been marked as a duplicate of bug 243885 ***