Index: webkit/glue/webwidget_impl.cc |
=================================================================== |
--- webkit/glue/webwidget_impl.cc (revision 10468) |
+++ webkit/glue/webwidget_impl.cc (working copy) |
@@ -172,7 +172,6 @@ |
MouseUp(*static_cast<const WebMouseEvent*>(input_event)); |
return true; |
- case WebInputEvent::RAW_KEY_DOWN: |
case WebInputEvent::KEY_DOWN: |
case WebInputEvent::KEY_UP: |
return KeyEvent(*static_cast<const WebKeyboardEvent*>(input_event)); |