Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 15accea208cba1b35acb8ec71f8b0fe7d6c3df2e
https://github.com/WebKit/WebKit/commit/15accea208cba1b35acb8ec71f8b0fe7d6c3df2e
Author: Richard Robinson <[email protected]>
Date: 2026-07-20 (Mon, 20 Jul 2026)
Changed paths:
M Source/WebCore/PAL/pal/crypto/WTFExtras.swift
Log Message:
-----------
[Swift in WebKit] WTFExtras.swift should use typed throws instead of
existential throws
https://bugs.webkit.org/show_bug.cgi?id=319757
rdar://182608428
Reviewed by Abrar Rahman Protyasha.
It's always preferable to use typed throws instead of existential throws when
dealing with generic
Error types (they are much more performant and ergonomic for clients).
Also clean up some `self.` that aren't needed.
* Source/WebCore/PAL/pal/crypto/WTFExtras.swift:
(WTF.endIndex):
Canonical link: https://commits.webkit.org/317557@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications