| Index: third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.cpp b/third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.cpp
|
| index 40918fd08f94a7a8da635b112ab064cd2752b522..5ebffeb78f108a5348c3af41f447e16708ce7069 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.cpp
|
| @@ -69,7 +69,8 @@ void BaseCheckableInputType::handleKeydownEvent(KeyboardEvent* event) {
|
| if (key == " ") {
|
| element().setActive(true);
|
| // No setDefaultHandled(), because IE dispatches a keypress in this case
|
| - // and the caller will only dispatch a keypress if we don't call setDefaultHandled().
|
| + // and the caller will only dispatch a keypress if we don't call
|
| + // setDefaultHandled().
|
| }
|
| }
|
|
|
|
|