| Index: Source/core/html/HTMLInputElement.cpp
|
| diff --git a/Source/core/html/HTMLInputElement.cpp b/Source/core/html/HTMLInputElement.cpp
|
| index 33f1b6b356aaf8397d56cd8dd9d79abb97c5c5ad..6253ecaf58a79fec514bad38e18dbb8c57714f66 100644
|
| --- a/Source/core/html/HTMLInputElement.cpp
|
| +++ b/Source/core/html/HTMLInputElement.cpp
|
| @@ -1159,7 +1159,7 @@ void HTMLInputElement::defaultEventHandler(Event* evt)
|
| // on the element, or presses enter while it is the active element. JavaScript code wishing to activate the element
|
| // must dispatch a DOMActivate event - a click event will not do the job.
|
| if (evt->type() == eventNames().DOMActivateEvent) {
|
| - m_inputTypeView->handleDOMActivateEvent(evt);
|
| + m_inputType->handleDOMActivateEvent(evt);
|
| if (evt->defaultHandled())
|
| return;
|
| }
|
|
|