Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4821d0fb031f9016a46a519f74d13230fb88a259
https://github.com/WebKit/WebKit/commit/4821d0fb031f9016a46a519f74d13230fb88a259
Author: Adrian Taylor <[email protected]>
Date: 2025-11-20 (Thu, 20 Nov 2025)
Changed paths:
M Source/WebKit/UIProcess/Cocoa/WKScrollGeometryAdapter.swift
Log Message:
-----------
Do not expose WKScrollGeometryAdapter.swift initialiser in C++
https://bugs.webkit.org/show_bug.cgi?id=302642
rdar://164465358
Reviewed by Richard Robinson.
This excludes the initialiser of WKScrollGeometryAdapter.swift from Swift/C++
interoperability, which is necessary to prevent compile errors because it
depends on objective-C types. Generally this sort of manual exclusion isn't
necessary, but in this case this works around a bug in the header generation.
Canonical link: https://commits.webkit.org/303320@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications