[Webkit-unassigned] [Bug 92651] [GTK] critical warning: gdk_window_get_cursor() called on a NULL window

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 30 09:13:15 PDT 2012


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





--- Comment #1 from Claudio Saavedra <csaavedra at igalia.com>  2012-07-30 09:13:18 PST ---
Created an attachment (id=155298)
 --> (https://bugs.webkit.org/attachment.cgi?id=155298&action=review)
2012-07-30  Claudio Saavedra  <csaavedra at igalia.com>

[GTK] critical warning: gdk_window_get_cursor() called on a NULL window
        https://bugs.webkit.org/show_bug.cgi?id=92651

        Reviewed by NOBODY (OOPS!).

        PageClientImpl::setCursor() might get called before the
        window is realized, so safeguard against it.

        * UIProcess/API/gtk/PageClientImpl.cpp:
        (WebKit::PageClientImpl::setCursor): early return if the window is
        not realized.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list