Index: Source/web/win/WebInputEventFactory.cpp |
diff --git a/Source/web/win/WebInputEventFactory.cpp b/Source/web/win/WebInputEventFactory.cpp |
index 4ce69f0ef9828e46b6bf2bc5ff49c26c1beada2e..11f83429258bfdaa9914fa07cc921d1175bb1453 100644 |
--- a/Source/web/win/WebInputEventFactory.cpp |
+++ b/Source/web/win/WebInputEventFactory.cpp |
@@ -68,7 +68,6 @@ static int getLocationModifier(WPARAM wparam, LPARAM lparam) |
if (!((lparam >> 16) & KF_EXTENDED)) |
modifier = WebInputEvent::IsKeyPad; |
break; |
- case VK_NUMLOCK: |
case VK_NUMPAD0: |
case VK_NUMPAD1: |
case VK_NUMPAD2: |