[Webkit-unassigned] [Bug 198995] [GTK] Enable navigation swipe layout tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 20 17:14:22 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=198995

Michael Catanzaro <mcatanzaro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #20 from Michael Catanzaro <mcatanzaro at igalia.com> ---
By chance, I noticed this pattern from WebKitWebViewBase.cpp:

        scrollEvent->scroll.window = event->window ? GDK_WINDOW(g_object_ref(event->window)) : nullptr;

We probably need to null-check it here too before passing it to g_object_ref()?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190621/4d9c14c7/attachment-0001.html>


More information about the webkit-unassigned mailing list