| Index: third_party/WebKit/Source/core/html/HTMLInputElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.cpp b/third_party/WebKit/Source/core/html/HTMLInputElement.cpp
|
| index 37c93ef64e9287962e427de03869ee8ae49109a8..c9a53c7992f64f1b11cc4e288887566dab54e7d2 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLInputElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLInputElement.cpp
|
| @@ -352,7 +352,7 @@ void HTMLInputElement::dispatchFocusInEvent(
|
| const AtomicString& eventType,
|
| Element* oldFocusedElement,
|
| WebFocusType type,
|
| - InputDeviceCapabilities* sourceCapabilities) {
|
| + const InputDeviceCapabilitiesValue& sourceCapabilities) {
|
| if (eventType == EventTypeNames::DOMFocusIn)
|
| m_inputTypeView->handleFocusInEvent(oldFocusedElement, type);
|
| HTMLFormControlElementWithState::dispatchFocusInEvent(
|
|
|