mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 135.0.7049.0 (#1427262)
This commit is contained in:
@@ -114,7 +114,7 @@ bool CefThreadImpl::Create(const CefString& display_name,
|
||||
}
|
||||
|
||||
thread_task_runner_ = new CefTaskRunnerImpl(thread_->task_runner());
|
||||
thread_id_ = thread_->GetThreadId();
|
||||
thread_id_ = thread_->GetThreadId().raw();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user