| Index: third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp b/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp
|
| index 394752bea2214613879c122678028787962bea92..93a4c7088d0e5bebb7e8f825733c419fc6cdfd1a 100644
|
| --- a/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp
|
| @@ -164,7 +164,7 @@ void RemoteFrameClientImpl::forwardInputEvent(Event* event) {
|
| *static_cast<MouseEvent*>(event)));
|
|
|
| // Other or internal Blink events should not be forwarded.
|
| - if (!webEvent || webEvent->type == WebInputEvent::Undefined)
|
| + if (!webEvent || webEvent->type() == WebInputEvent::Undefined)
|
| return;
|
|
|
| m_webFrame->client()->forwardInputEvent(webEvent.get());
|
|
|