mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 93.0.4577.0 (#902210)
This commit is contained in:
@ -522,7 +522,7 @@ void CefServerImpl::StartOnUIThread(const std::string& address,
|
||||
new base::Thread(base::StringPrintf("%s:%d", address.c_str(), port)));
|
||||
base::Thread::Options options;
|
||||
options.message_pump_type = base::MessagePumpType::IO;
|
||||
if (thread->StartWithOptions(options)) {
|
||||
if (thread->StartWithOptions(std::move(options))) {
|
||||
// Add a reference that will be released in ShutdownOnUIThread().
|
||||
AddRef();
|
||||
|
||||
|
Reference in New Issue
Block a user