| Index: Source/web/WebPluginContainerImpl.cpp
|
| diff --git a/Source/web/WebPluginContainerImpl.cpp b/Source/web/WebPluginContainerImpl.cpp
|
| index 00a1a68b60cb9e3eb71dbce1053c4864be946170..3d1878b270f9888d96d9b3cfd3abf82ad5f0dae2 100644
|
| --- a/Source/web/WebPluginContainerImpl.cpp
|
| +++ b/Source/web/WebPluginContainerImpl.cpp
|
| @@ -828,7 +828,7 @@ void WebPluginContainerImpl::handleWheelEvent(WheelEvent* event)
|
|
|
| void WebPluginContainerImpl::handleKeyboardEvent(KeyboardEvent* event)
|
| {
|
| - WebKeyboardEventBuilder webEvent(*event);
|
| + WebKeyboardEventBuilder webEvent(this, *event);
|
| if (webEvent.type == WebInputEvent::Undefined)
|
| return;
|
|
|
|
|