Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2922690cd8f1d59392597dbb961a0c4ede335925
https://github.com/WebKit/WebKit/commit/2922690cd8f1d59392597dbb961a0c4ede335925
Author: Richard Robinson <[email protected]>
Date: 2025-10-27 (Mon, 27 Oct 2025)
Changed paths:
M Source/WTF/wtf/AutodrainedPool.h
M Source/WTF/wtf/RefTrackerMixin.h
M Source/WTF/wtf/SIMDUTF.cpp
M Source/WTF/wtf/cocoa/AutodrainedPool.cpp
M Source/WTF/wtf/cocoa/CrashReporter.cpp
M Source/WTF/wtf/cocoa/SystemTracingCocoa.cpp
M Source/WTF/wtf/cocoa/UUIDCocoa.mm
M Source/WTF/wtf/posix/FileHandlePOSIX.cpp
M Source/WTF/wtf/posix/MappedFileDataPOSIX.cpp
M Source/WTF/wtf/text/cocoa/StringImplCocoa.mm
Log Message:
-----------
[Swift in WebKit] Fix incorrect quoted imports in WTF
https://bugs.webkit.org/show_bug.cgi?id=301554
rdar://163536176
Reviewed by Abrar Rahman Protyasha.
Most WTF files properly import each other using angled brackets, but there are
a few that incorrectly don't.
Fix those, since Swift and modules are more strict about correctness.
Also fix the AutodrainedPool.h file by making it be able to be included in any
context, and instead just compile
out the contents of the file instead of failing to compile just because the
header was included.
* Source/WTF/wtf/AutodrainedPool.h:
* Source/WTF/wtf/RefTrackerMixin.h:
* Source/WTF/wtf/SIMDUTF.cpp:
* Source/WTF/wtf/cocoa/AutodrainedPool.cpp:
* Source/WTF/wtf/cocoa/CrashReporter.cpp:
* Source/WTF/wtf/cocoa/SystemTracingCocoa.cpp:
* Source/WTF/wtf/cocoa/UUIDCocoa.mm:
* Source/WTF/wtf/posix/FileHandlePOSIX.cpp:
* Source/WTF/wtf/posix/MappedFileDataPOSIX.cpp:
* Source/WTF/wtf/text/cocoa/StringImplCocoa.mm:
Canonical link: https://commits.webkit.org/302225@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications