summaryrefslogtreecommitdiffstats
path: root/webkit/port
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/port')
-rw-r--r--webkit/port/platform/chromium/PlatformKeyboardEventChromium.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/port/platform/chromium/PlatformKeyboardEventChromium.cpp b/webkit/port/platform/chromium/PlatformKeyboardEventChromium.cpp
index af67f0d..06d096d 100644
--- a/webkit/port/platform/chromium/PlatformKeyboardEventChromium.cpp
+++ b/webkit/port/platform/chromium/PlatformKeyboardEventChromium.cpp
@@ -36,8 +36,10 @@ namespace WebCore {
void PlatformKeyboardEvent::disambiguateKeyDownEvent(Type, bool)
{
+#if PLATFORM(WIN_OS)
// No KeyDown events on Windows to disambiguate.
ASSERT_NOT_REACHED();
+#endif
}
bool PlatformKeyboardEvent::currentCapsLockState()