diff --git a/libcef/browser_impl.cc b/libcef/browser_impl.cc index 04b7fbb81..373fad252 100644 --- a/libcef/browser_impl.cc +++ b/libcef/browser_impl.cc @@ -234,7 +234,7 @@ void CefBrowserImpl::SetFocus(bool enable) UIT_SetFocus(UIT_GetWebViewHost(), enable); } else { CefThread::PostTask(CefThread::UI, FROM_HERE, NewRunnableMethod(this, - &CefBrowserImpl::UIT_SetFocus, UIT_GetWebViewHost(), enable)); + &CefBrowserImpl::SetFocus, enable)); } }