Bug 314074
| Summary: | Export internal functions from Swift on cmake | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | adrian_taylor |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | bugs-noreply, webkit-bug-importer |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
adrian_taylor
Bring cmake Swift builds to parity with an option applied already to Apple builds. Previously non-Apple builds exported only public functions and types from Swift to C++; we need to export internal types as well because we don't necessarily want every Swift thing to be part of WebKit's public API.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
adrian_taylor
*** This bug has been marked as a duplicate of bug 314076 ***