summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chromium/third_party/WebKit/Source/platform/PlatformKeyboardEvent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/platform/PlatformKeyboardEvent.cpp b/chromium/third_party/WebKit/Source/platform/PlatformKeyboardEvent.cpp
index 1faa729c3f3..ba2da6c6923 100644
--- a/chromium/third_party/WebKit/Source/platform/PlatformKeyboardEvent.cpp
+++ b/chromium/third_party/WebKit/Source/platform/PlatformKeyboardEvent.cpp
@@ -43,7 +43,7 @@ static const unsigned short HIGHBITMASKSHORT = 0x8000;
void PlatformKeyboardEvent::disambiguateKeyDownEvent(Type type)
{
-#if OS(WIN)
+#if OS(WIN) && !defined(TOOLKIT_QT)
// No KeyDown events on Windows to disambiguate.
ASSERT_NOT_REACHED();
#else