[webkit-reviews] review granted: [Bug 218270] [GTK4] Build broken with GTK 3.99.3 : [Attachment 412495] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 28 01:06:16 PDT 2020


Carlos Garcia Campos <cgarcia at igalia.com> has granted Adrian Perez
<aperez at igalia.com>'s request for review:
Bug 218270: [GTK4] Build broken with GTK 3.99.3
https://bugs.webkit.org/show_bug.cgi?id=218270

Attachment 412495: Patch

https://bugs.webkit.org/attachment.cgi?id=412495&action=review




--- Comment #4 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Comment on attachment 412495
  --> https://bugs.webkit.org/attachment.cgi?id=412495
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=412495&action=review

> Source/WebKit/UIProcess/Gamepad/gtk/UIGamepadProviderGtk.cpp:50
> +    for (auto *child = gtk_widget_get_first_child(widget); child; child =
gtk_widget_get_next_sibling(child)) {

auto* child


More information about the webkit-reviews mailing list