Chromium Code Reviews| Index: webkit/glue/webinputevent_win.cc |
| =================================================================== |
| --- webkit/glue/webinputevent_win.cc (revision 12629) |
| +++ webkit/glue/webinputevent_win.cc (working copy) |
| @@ -336,7 +336,7 @@ |
| if (GetKeyState(VK_CONTROL) & 0x8000) |
| modifiers |= CTRL_KEY; |
| if (GetKeyState(VK_MENU) & 0x8000) |
| - modifiers |= (ALT_KEY | META_KEY); |
| + modifiers |= ALT_KEY; |
| if (LOWORD(lparam) > 1) |
| modifiers |= IS_AUTO_REPEAT; |