RESOLVED FIXED302642
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
adrian_taylor
Comment 1 2025-11-17 08:19:25 PST
adrian_taylor
Comment 2 2025-11-17 08:22:32 PST
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.