Bug 316198
| Summary: | Include InputMethodState | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | adrian_taylor |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, webkit-bug-importer |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
adrian_taylor
Once significant Swift is included in Swift/GTK builds, build errors are reported that InputMethodState is an incomplete type. These are generated by the clang importer; although C++ does not need this type to be complete for a std::optional<InputMethodState>&& parameter, the clang importer does.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
adrian_taylor
Pull request: https://github.com/WebKit/WebKit/pull/66361
EWS
Committed 314470@main (fa846a71a525): <https://commits.webkit.org/314470@main>
Reviewed commits have been landed. Closing PR #66361 and removing active labels.