Skip to content

Fix WebView load-failed signal parameters

The WebView load-failed signal has three parameters: the load event, the failing URI, and the error. The callback was missing the latter two parameters, which causes occasional ABRT error notifications on Fedora. See https://webkitgtk.org/reference/webkit2gtk/stable/signal.WebView.load-failed.html#parameters.

Merge request reports