Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7fd7a104185da21bd7d53405fb6bc19a7355afde
https://github.com/WebKit/WebKit/commit/7fd7a104185da21bd7d53405fb6bc19a7355afde
Author: Ryosei Otaka <[email protected]>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M Source/WebKit/UIProcess/TextExtractionAssertionScope.cpp
Log Message:
-----------
[Win] fix Build brake with CMAKE_DISABLE_PRECOMPILE_HEADERS=ON option
https://bugs.webkit.org/show_bug.cgi?id=305169
Reviewed by Ross Kirsling.
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.
* Source/WebKit/UIProcess/TextExtractionAssertionScope.cpp:
Canonical link: https://commits.webkit.org/305340@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications