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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/129313765>