mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision adb61db1 (#508578)
This commit is contained in:
@ -718,8 +718,8 @@ void CefRequestContextImpl::GetRequestContextImplOnIOThread(
|
||||
} else {
|
||||
// Execute the callback on the target thread.
|
||||
task_runner->PostTask(
|
||||
FROM_HERE,
|
||||
base::Bind(callback, make_scoped_refptr(request_context_getter_impl_)));
|
||||
FROM_HERE, base::Bind(callback, base::WrapRefCounted(
|
||||
request_context_getter_impl_)));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user