Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 601c7d72bdedf29ca56a62aee6fc9de94062a31c
https://github.com/WebKit/WebKit/commit/601c7d72bdedf29ca56a62aee6fc9de94062a31c
Author: Richard Robinson <[email protected]>
Date: 2025-11-05 (Wed, 05 Nov 2025)
Changed paths:
M Source/WTF/wtf/spi/cf/CFPrivSPI.h
M Source/WTF/wtf/spi/cf/CFRunLoopSPI.h
M Source/WTF/wtf/spi/cf/CFStringSPI.h
M Source/WTF/wtf/spi/darwin/ProcessMemoryFootprint.h
Log Message:
-----------
[Swift in WebKit] Fix inconsistent use of `extern` in wtf/spi
https://bugs.webkit.org/show_bug.cgi?id=302036
rdar://164114471
Reviewed by Aditya Keerthi.
All files in wtf/spi are Objective-C and Objective-C++ compliant in spirit,
however there are a few header files
that do not use compile guards as needed unlike the others.
Fix by adding the appropriate guards so these files compile as intended.
* Source/WTF/wtf/spi/cf/CFPrivSPI.h:
* Source/WTF/wtf/spi/cf/CFRunLoopSPI.h:
* Source/WTF/wtf/spi/cf/CFStringSPI.h:
* Source/WTF/wtf/spi/darwin/ProcessMemoryFootprint.h:
Canonical link: https://commits.webkit.org/302624@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications