| 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 bdd2be239203df2db2d197af05b7a5dac3298148..a4055eb27dccb88f95aef0ab5dea65cc250dc739 100644
|
| --- a/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| @@ -507,7 +507,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) {
|
|
|