| Index: content/renderer/npapi/webplugin_delegate_proxy.cc
|
| diff --git a/content/renderer/npapi/webplugin_delegate_proxy.cc b/content/renderer/npapi/webplugin_delegate_proxy.cc
|
| index 1943e8022595b6bc7fd59d7796555472d7be631f..86987cc5df80d626452576acb24352d20059cb57 100644
|
| --- a/content/renderer/npapi/webplugin_delegate_proxy.cc
|
| +++ b/content/renderer/npapi/webplugin_delegate_proxy.cc
|
| @@ -769,7 +769,7 @@ void WebPluginDelegateProxy::SetFocus(bool focused) {
|
| bool WebPluginDelegateProxy::HandleInputEvent(
|
| const WebInputEvent& event,
|
| WebCursor::CursorInfo* cursor_info) {
|
| - bool handled;
|
| + bool handled = false;
|
| WebCursor cursor;
|
| // A windowless plugin can enter a modal loop in the context of a
|
| // NPP_HandleEvent call, in which case we need to pump messages to
|
|
|