summaryrefslogtreecommitdiffstats
path: root/content/child/npapi/webplugin_delegate_impl_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/child/npapi/webplugin_delegate_impl_win.cc')
-rw-r--r--content/child/npapi/webplugin_delegate_impl_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/child/npapi/webplugin_delegate_impl_win.cc b/content/child/npapi/webplugin_delegate_impl_win.cc
index f570c7c2..1ada5c7 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_) {