Bug 269377
| Summary: | [WPE][GTK] Warning: WebKit2: Couldn't find 'run_async_javascript_function_in_world_finish' for the corresponding async function: 'run_async_javascript_function_in_world' | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
| Component: | WebKitGTK | Assignee: | Adrian Perez <aperez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | aperez, bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=269512 | ||
Michael Catanzaro
WebKitGTK does not build against the latest gobject-introspection and needs a new annotation, see https://gitlab.gnome.org/GNOME/gobject-introspection/-/merge_requests/404#note_2008887
P.S. This validates our decision to make warnings fatal. We would have missed this otherwise.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
Pull request: https://github.com/WebKit/WebKit/pull/24427
EWS
Committed 276012@main (910ab18a82d4): <https://commits.webkit.org/276012@main>
Reviewed commits have been landed. Closing PR #24427 and removing active labels.
Adrian Perez
Philippe noticed this error with GI disabled, reopening for fixing:
--- 8< --- 8< ---
CMake Error at Source/WebKit/PlatformWPE.cmake:279 (if):
if given arguments:
"VERSION_GREATER_EQUAL" "1.79.2"
Unknown arguments specified
Call Stack (most recent call first):'
Source/cmake/WebKitMacros.cmake:74 (include)
Source/WebKit/CMakeLists.txt:727 (WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS)
Adrian Perez
Pull request: https://github.com/WebKit/WebKit/pull/25811
EWS
Committed 276019@main (3a1c08120188): <https://commits.webkit.org/276019@main>
Reviewed commits have been landed. Closing PR #25811 and removing active labels.