Bug 275110
| Summary: | [CMake][GLib] Symbol WebKit::GPUProcessMain should be public | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adrian Perez <aperez> |
| Component: | CMake | Assignee: | Adrian Perez <aperez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Adrian Perez
Enabling GPUProcess support for the GLib ports will add a new
WebKit::GPUProcessMain in the WebKit shared library, which needs to be
public so the corresponding program can be linked correctly. In non
developer builds we use a linker script to mark public symbols so we
need to list it there, but *only* with ENABLE_GPU_PROCESS=ON
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adrian Perez
Pull request: https://github.com/WebKit/WebKit/pull/29502
Adrian Perez
Pull request: https://github.com/WebKit/WebKit/pull/30263
EWS
Committed 285152@main (cf043a4336cf): <https://commits.webkit.org/285152@main>
Reviewed commits have been landed. Closing PR #30263 and removing active labels.