| Index: chrome/views/focus/focus_manager.cc
|
| ===================================================================
|
| --- chrome/views/focus/focus_manager.cc (revision 12559)
|
| +++ chrome/views/focus/focus_manager.cc (working copy)
|
| @@ -84,13 +84,6 @@
|
| return 0;
|
| return result;
|
| }
|
| - case WM_IME_CHAR:
|
| - // Issue 7707: A rich-edit control may crash when it receives a
|
| - // WM_IME_CHAR message while it is processing a WM_IME_COMPOSITION
|
| - // message. Since view controls don't need WM_IME_CHAR messages,
|
| - // we prevent WM_IME_CHAR messages from being dispatched to view
|
| - // controls via the CallWindowProc() call.
|
| - return 0;
|
| default:
|
| break;
|
| }
|
|
|