Bug 305169
| Summary: | [Win] Build brake with CMAKE_DISABLE_PRECOMPILE_HEADERS=ON option | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | ryosei.otaka |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Minor | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | PC | ||
| OS: | Windows 11 | ||
ryosei.otaka
At Source/WebKit/UIProcess/TextExtractionAssertionScope.cpp
clang can't find "WTF_MAKE_TZONE_ALLOCATED_IMPL" macro on wtf/TZoneMallocInlines.h automatically with CMAKE_DISABLE_PRECOMPILE_HEADERS=ON option.
So, TextExtractionAssertionScope.cpp includes <wtf/TZoneMallocInlines.h> manually.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
ryosei.otaka
Pull request: https://github.com/WebKit/WebKit/pull/56309
EWS
Committed 305340@main (7fd7a104185d): <https://commits.webkit.org/305340@main>
Reviewed commits have been landed. Closing PR #56309 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/167823155>