Index: content/child/npapi/webplugin_delegate_impl_win.cc |
diff --git a/content/child/npapi/webplugin_delegate_impl_win.cc b/content/child/npapi/webplugin_delegate_impl_win.cc |
index 1ada5c7e4c63dc7dadc20665c8da7c65deef3593..fe7bac7c3323e7a66a198bc917dae8b7b6142e44 100644 |
--- a/content/child/npapi/webplugin_delegate_impl_win.cc |
+++ b/content/child/npapi/webplugin_delegate_impl_win.cc |
@@ -823,7 +823,7 @@ void WebPluginDelegateImpl::WindowedSetWindow() { |
// Reset this flag before entering the instance in case of side-effects. |
windowed_did_set_window_ = true; |
- NPError err = instance()->NPP_SetWindow(&window_); |
+ instance()->NPP_SetWindow(&window_); |
if (quirks_ & PLUGIN_QUIRK_SETWINDOW_TWICE) |
instance()->NPP_SetWindow(&window_); |