summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2010-09-22 10:05:55 +0100
committerSteve Block <steveblock@google.com>2010-09-22 10:06:30 +0100
commit41cbe4b3c2630967f46611e18ce7ecda7ab77df6 (patch)
tree656395fd5e464c324bd3a6a359f0827205466ff0
parentb27810d3a583b56cd9f5543ebdac01776f137773 (diff)
downloadexternal_webkit-41cbe4b3c2630967f46611e18ce7ecda7ab77df6.zip
external_webkit-41cbe4b3c2630967f46611e18ce7ecda7ab77df6.tar.gz
external_webkit-41cbe4b3c2630967f46611e18ce7ecda7ab77df6.tar.bz2
Remove a superfluous comment from HTMLInputElement.cpp
This is an Android addition Change-Id: I2784049bd97d970c5a21a08b256a2eb528700cd1
-rw-r--r--WebCore/html/HTMLInputElement.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/WebCore/html/HTMLInputElement.cpp b/WebCore/html/HTMLInputElement.cpp
index 5ff979b..7bc49fc 100644
--- a/WebCore/html/HTMLInputElement.cpp
+++ b/WebCore/html/HTMLInputElement.cpp
@@ -2416,7 +2416,6 @@ void HTMLInputElement::defaultEventHandler(Event* evt)
}
}
-// allow enter to change state of radio
if (inputType() == RADIO && (key == "Up" || key == "Down" || key == "Left" || key == "Right")) {
// Left and up mean "previous radio button".
// Right and down mean "next radio button".