| Index: third_party/WebKit/Source/core/html/forms/RadioInputType.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/RadioInputType.cpp b/third_party/WebKit/Source/core/html/forms/RadioInputType.cpp
|
| index 212fcc579cd6fd552654e4a7300af6a1dd0ab5c1..cd00b8f6b7897dd1b1ee47bb9233151cc7071321 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/RadioInputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/RadioInputType.cpp
|
| @@ -118,7 +118,7 @@ void RadioInputType::handleKeydownEvent(KeyboardEvent* event)
|
| }
|
| if (inputElement) {
|
| RefPtrWillBeRawPtr<HTMLInputElement> protector(inputElement);
|
| - document.setFocusedElement(inputElement);
|
| + document.setFocusedElement(inputElement, FocusParams(SelectionBehaviorOnFocus::None, WebFocusTypeNone, nullptr));
|
| inputElement->dispatchSimulatedClick(event, SendNoEvents);
|
| event->setDefaultHandled();
|
| return;
|
|
|