[webkit-changes] [WebKit/WebKit] 65345f: [SwiftUI] Remove unnecessary `@_spi(CrossImportOve...
Richard Robinson
noreply at github.com
Fri Feb 28 15:35:59 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 65345fe73a70ea55b59eaa53f0308eff59733c40
https://github.com/WebKit/WebKit/commit/65345fe73a70ea55b59eaa53f0308eff59733c40
Author: Richard Robinson <richard_robinson2 at apple.com>
Date: 2025-02-28 (Fri, 28 Feb 2025)
Changed paths:
M Source/WebKit/UIProcess/API/Swift/WKScrollGeometryAdapter.swift
M Source/WebKit/UIProcess/API/Swift/WebPage.swift
Log Message:
-----------
[SwiftUI] Remove unnecessary `@_spi(CrossImportOverlay)` uses
https://bugs.webkit.org/show_bug.cgi?id=288866
rdar://145878679
Reviewed by Aditya Keerthi.
Remove the uses of `@_spi(CrossImportOverlay)` which are not needed; specifically, those applied to symbols
inside types that are themselves annotated as `@_spi(CrossImportOverlay)`.
* Source/WebKit/UIProcess/API/Swift/WKScrollGeometryAdapter.swift:
* Source/WebKit/UIProcess/API/Swift/WebPage.swift:
Canonical link: https://commits.webkit.org/291389@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list