Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 48fd62d2c1b64a247faf434989c68f1b8db76190
https://github.com/WebKit/WebKit/commit/48fd62d2c1b64a247faf434989c68f1b8db76190
Author: Zak Ridouh <[email protected]>
Date: 2026-05-18 (Mon, 18 May 2026)
Changed paths:
M Source/WebKit/UIProcess/API/C/WKPageUIClient.h
Log Message:
-----------
Retire decidePolicyForSpeechRecognitionPermissionRequest WKPageUIClient
callback slot
https://bugs.webkit.org/show_bug.cgi?id=314494
rdar://176709259
Reviewed by Alex Christensen.
Following 297219@main, the WKSpeechRecognitionPermissionCallback C API has no
callers and no bridge code inside WebKit reads the
decidePolicyForSpeechRecognitionPermissionRequest field from WKPageUIClientV15
through V19. Rename the field to `void* unused8` so the struct layout, and
thus the binary ABI for clients still compiled against these versions,
is preserved, and drop the now-orphan
WKPageDecidePolicyForSpeechRecognitionPermissionRequestCallback typedef.
This intentionally breaks source compatibility for any holdout filling the
field by name, documenting that the slot is retired, and clears the way for
a follow-up that deletes the remaining dead code.
* Source/WebKit/UIProcess/API/C/WKPageUIClient.h:
Canonical link: https://commits.webkit.org/313459@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications