Bug 245256 - WebKitLegacy installhdrs depends on bmalloc headers
Summary: WebKitLegacy installhdrs depends on bmalloc headers
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Elliott Williams
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-09-15 16:47 PDT by Elliott Williams
Modified: 2022-09-15 23:54 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Elliott Williams 2022-09-15 16:47:42 PDT
This stems from an `#include <bmalloc/BPlatform.h>` in WTF's PlatformUse.h. Many targets depend on WTF's platform headers, but they should not need to pull in bmalloc as well.
Comment 1 Elliott Williams 2022-09-15 16:48:00 PDT
rdar://91270496
Comment 2 Elliott Williams 2022-09-15 16:49:16 PDT
Pull request: https://github.com/WebKit/WebKit/pull/1056
Comment 3 EWS 2022-09-15 23:54:49 PDT
Committed 254543@main (3a0b78d146f9): <https://commits.webkit.org/254543@main>

Reviewed commits have been landed. Closing PR #1056 and removing active labels.