diff options
| author | Steve Block <steveblock@google.com> | 2010-09-22 10:05:55 +0100 |
|---|---|---|
| committer | Steve Block <steveblock@google.com> | 2010-09-22 10:06:30 +0100 |
| commit | 41cbe4b3c2630967f46611e18ce7ecda7ab77df6 (patch) | |
| tree | 656395fd5e464c324bd3a6a359f0827205466ff0 | |
| parent | b27810d3a583b56cd9f5543ebdac01776f137773 (diff) | |
| download | external_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.cpp | 1 |
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". |
