[Webkit-unassigned] [Bug 54199] [GTK] Implement NativeWebKeyboard and WebContext classes for WebKit2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 25 10:44:58 PST 2011


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





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

> Source/WebKit2/UIProcess/gtk/WebView.cpp:98
>  void WebView::handleKeyboardEvent(GdkEventKey* event)
>  {
> -    m_page->handleKeyboardEvent(NativeWebKeyboardEvent(event));
> +    m_page->handleKeyboardEvent(NativeWebKeyboardEvent(reinterpret_cast<GdkEvent*>(event)));
>  }

Might want to change this call to simply take a GdkEvent.

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