[GTK4] Declare lambda return type to avoid build error deducing it
Created attachment 414820 [details] Patch
Comment on attachment 414820 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=414820&action=review > Source/WebKit/UIProcess/gtk/WebPopupMenuProxyGtk.cpp:258 > - g_signal_connect_swapped(controller, "key-pressed", G_CALLBACK(+[](WebPopupMenuProxyGtk* popupMenu, unsigned keyval, unsigned, GdkModifierType, GtkEventController* controller) { > + g_signal_connect_swapped(controller, "key-pressed", G_CALLBACK(+[](WebPopupMenuProxyGtk* popupMenu, unsigned keyval, unsigned, GdkModifierType, GtkEventController* controller) -> bool { it should be gboolean, not bool
Created attachment 414878 [details] Patch with gboolean
Committed r270177: <https://trac.webkit.org/changeset/270177> All reviewed patches have been landed. Closing bug and clearing flags on attachment 414878 [details].
<rdar://problem/71756197>