Bug 302642
| Summary: | Do not expose WKScrollGeometryAdapter.swift initialiser in C++ | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | adrian_taylor |
| Component: | WebKit API | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
adrian_taylor
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
<rdar://problem/164465358>
adrian_taylor
Pull request: https://github.com/WebKit/WebKit/pull/54050
EWS
Committed 303320@main (4821d0fb031f): <https://commits.webkit.org/303320@main>
Reviewed commits have been landed. Closing PR #54050 and removing active labels.