Bug 227440 - Possible build breakage after r279221 in some unified build configurations
Summary: Possible build breakage after r279221 in some unified build configurations
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kimmo Kinnunen
URL:
Keywords: InRadar
Depends on: 224280
Blocks:
  Show dependency treegraph
 
Reported: 2021-06-28 02:48 PDT by Kimmo Kinnunen
Modified: 2021-06-28 03:48 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.40 KB, patch)
2021-06-28 02:55 PDT, Kimmo Kinnunen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kimmo Kinnunen 2021-06-28 02:48:38 PDT
Possible build breakage after r279221 in some unified build configurations

Should import wtf/MachSendRight.h


In file included from ../../WebKitBuild/Release/DerivedSources/WebKit2/unified-sources/UnifiedSource14-mm.mm:4:
./Shared/Cocoa/WebCoreArgumentCodersCocoa.mm:744:5: error: unknown type name 'MachSendRight'; did you mean 'WTF::MachSendRight'?
    MachSendRight sendRight;
    ^~~~~~~~~~~~~
    WTF::MachSendRight
Comment 1 Kimmo Kinnunen 2021-06-28 02:55:04 PDT
Created attachment 432377 [details]
Patch
Comment 2 EWS 2021-06-28 03:47:59 PDT
Committed r279328 (239203@main): <https://commits.webkit.org/239203@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 432377 [details].
Comment 3 Radar WebKit Bug Importer 2021-06-28 03:48:17 PDT
<rdar://problem/79857665>