Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1e1a6fc2de514038a683ee0676a34587597d22ce
https://github.com/WebKit/WebKit/commit/1e1a6fc2de514038a683ee0676a34587597d22ce
Author: Abrar Rahman Protyasha <[email protected]>
Date: 2026-08-31 (Mon, 31 Aug 2026)
Changed paths:
M Source/WTF/WTF.xcodeproj/project.pbxproj
M Source/WTF/wtf/CMakeLists.txt
R Source/WTF/wtf/Expected.h
M Tools/TestWebKitAPI/CMakeLists.txt
M Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj
R Tools/TestWebKitAPI/Tests/WTF/Expected.cpp
Log Message:
-----------
Remove wtf/Expected.h
https://bugs.webkit.org/show_bug.cgi?id=322947
rdar://186220647
Reviewed by Richard Robinson.
webkit.org/b/322893 and webkit.org/b/322894 moved every caller off the
Expected/unexpect aliases provided by wtf/Expected.h.
At this point, the entire project has moved on to using std::expected
directly from the standard <expected> header. As such, we can remove the
header (and the aliases) from WTF.
* Source/WTF/WTF.xcodeproj/project.pbxproj:
* Source/WTF/wtf/CMakeLists.txt:
* Source/WTF/wtf/Expected.h: Removed.
* Tools/TestWebKitAPI/CMakeLists.txt:
* Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:
* Tools/TestWebKitAPI/Tests/WTF/Expected.cpp: Removed.
Canonical link: https://commits.webkit.org/320171@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications