| Index: third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebPagePopupImpl.cpp b/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| index 9f4e2d9c7e3c0d8522aa49742ad273b0f0658e73..8968f7e0bc76781ed1a81163318a48f0b73552d4 100644
|
| --- a/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| @@ -498,7 +498,7 @@ WebInputEventResult WebPagePopupImpl::handleInputEvent(
|
| if (m_closing)
|
| return WebInputEventResult::NotHandled;
|
| return PageWidgetDelegate::handleInputEvent(
|
| - *this, event, m_page->deprecatedLocalMainFrame());
|
| + *this, WebCoalescedInputEvent(event), m_page->deprecatedLocalMainFrame());
|
| }
|
|
|
| void WebPagePopupImpl::setFocus(bool enable) {
|
|
|