| 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 f570c7c29de53666f1dd0a0761fc52be8d669d2e..1ada5c7e4c63dc7dadc20665c8da7c65deef3593 100644
|
| --- a/content/child/npapi/webplugin_delegate_impl_win.cc
|
| +++ b/content/child/npapi/webplugin_delegate_impl_win.cc
|
| @@ -796,7 +796,7 @@ bool WebPluginDelegateImpl::WindowedReposition(
|
| }
|
|
|
| void WebPluginDelegateImpl::WindowedSetWindow() {
|
| - if (!instance_)
|
| + if (!instance_.get())
|
| return;
|
|
|
| if (!windowed_handle_) {
|
|
|