Bug 275190

Summary: Replace WTF::Expected with std::expected
Product: WebKit Reporter: Abrar Rahman Protyasha <a_protyasha>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: achristensen, a_protyasha, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=275265

Abrar Rahman Protyasha
Reported 2024-06-05 18:34:53 PDT
After https://bugs.webkit.org/show_bug.cgi?id=263122 is resolved, we can adopt the `<expected>` header. This will allow us to switch away from `WTF::Expected` and `WTF::Unexpected` to `std::expected` and `std::unexpected` respectively.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-06-05 18:35:03 PDT
Note You need to log in before you can comment on or make changes to this bug.