summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrace Kloba <>2009-03-24 20:22:51 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-24 20:22:51 -0700
commit53e2041125abf29c826b16dc484d27d97ccbcc20 (patch)
treee29b11d89a3e62e9925d1d226407d0479f32e387
parentc4e3b3281a821e60834e2bdb4e3358986dda5b91 (diff)
downloadexternal_webkit-53e2041125abf29c826b16dc484d27d97ccbcc20.zip
external_webkit-53e2041125abf29c826b16dc484d27d97ccbcc20.tar.gz
external_webkit-53e2041125abf29c826b16dc484d27d97ccbcc20.tar.bz2
Automated import from //branches/master/...@141472,141472
-rw-r--r--WebCore/page/EventHandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/page/EventHandler.cpp b/WebCore/page/EventHandler.cpp
index 32648cc..8cb46b7 100644
--- a/WebCore/page/EventHandler.cpp
+++ b/WebCore/page/EventHandler.cpp
@@ -2165,7 +2165,7 @@ void EventHandler::defaultTextInputEventHandler(TextEvent* event)
}
}
-#if PLATFORM(QT) || PLATFORM(MAC)
+#if PLATFORM(QT) || PLATFORM(MAC) || PLATFORM(ANDROID)
// These two platforms handle the space event in the platform-specific WebKit code.
// Eventually it would be good to eliminate that and use the code here instead, but