Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a85daf3570ad53ca788babf827a45a3df7e570c4
      
https://github.com/WebKit/WebKit/commit/a85daf3570ad53ca788babf827a45a3df7e570c4
  Author: Jonathan Bedard <[email protected]>
  Date:   2026-05-06 (Wed, 06 May 2026)

  Changed paths:
    M Source/WebKit/Configurations/AllowedSPI-legacy.toml

  Log Message:
  -----------
  REGRESSION(312651@main?): Exposed mangled Swift SPI
https://bugs.webkit.org/show_bug.cgi?id=314174
rdar://176331597

Unreviewed internal build fix.

In WKWebView+TextExtraction.swift, these two property accesses are resolved
through dynamic member lookup:

    content[range].intelligenceSelected = true
    content[range].intelligenceLink = link.url as URL

In debug builds only, they call through an SPI declaration to perform
the lookup.

I don't know why we didn't need to declare this before---maybe
312651@main's switch to -Onone is causing us to skip an optimization
that optimizes away the lookup?---but regardless, this usage is
preexisting.

Co-authored-by: Elliott Williams <[email protected]>

* Source/WebKit/Configurations/AllowedSPI-legacy.toml:

Canonical link: https://commits.webkit.org/312733@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to