WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
302642
Do not expose WKScrollGeometryAdapter.swift initialiser in C++
https://bugs.webkit.org/show_bug.cgi?id=302642
Summary
Do not expose WKScrollGeometryAdapter.swift initialiser in C++
adrian_taylor
Reported
2025-11-17 08:19:23 PST
Swift/C++ interop generates a header file for inclusion in [objective-]C[++] files. Anything reliant on objective-C is generally guarded by #ifdef __OBJC__, but this constructor is an exception. Manually exclude it from C++ generation."
Attachments
Add attachment
proposed patch, testcase, etc.
adrian_taylor
Comment 1
2025-11-17 08:19:25 PST
<
rdar://problem/164465358
>
adrian_taylor
Comment 2
2025-11-17 08:22:32 PST
Pull request:
https://github.com/WebKit/WebKit/pull/54050
EWS
Comment 3
2025-11-20 02:45:24 PST
Committed
303320@main
(4821d0fb031f): <
https://commits.webkit.org/303320@main
> Reviewed commits have been landed. Closing PR #54050 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug