[Webkit-unassigned] [Bug 64790] [GTK][WK2] Handle doneWithKeyEvent in GTK port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 22 23:42:44 PDT 2011


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





--- Comment #12 from Martin Robinson <mrobinson at webkit.org>  2011-07-22 23:42:45 PST ---
(From update of attachment 101478)
View in context: https://bugs.webkit.org/attachment.cgi?id=101478&action=review

> Source/WebKit2/UIProcess/API/gtk/WebKitWebViewBase.cpp:345
> +    gtk_main_do_event(const_cast<GdkEvent*>(event));

I still believe that it is incorrect to simply cast away the constness of this GdkEvent. It's probably more correct to make a copy of the event and send that.

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