[Webkit-unassigned] [Bug 69410] [WK2] [GTK] Implement KeyDown function for WebKit2 EventSender.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 21 21:29:02 PDT 2011


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





--- Comment #19 from Martin Robinson <mrobinson at webkit.org>  2011-10-21 21:29:02 PST ---
(From update of attachment 112070)
View in context: https://bugs.webkit.org/attachment.cgi?id=112070&action=review

> Tools/WebKitTestRunner/gtk/EventSenderProxyGtk.cpp:63
> +static void dispatchEvent(GdkEvent* event)
> +{
> +    gtk_main_do_event(event);
> +    gdk_event_free(event);
> +    return 0;
> +}

You also need to remove the "return 0" to avoid a warning.

-- 
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