mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Windows: Fix crash on startup with multi-threaded-message-loop (issue #1678)
This commit is contained in:
@@ -562,6 +562,7 @@ int CefMainDelegate::RunProcess(
|
||||
NOTREACHED() << "failed to start UI thread";
|
||||
return 1;
|
||||
}
|
||||
thread->WaitUntilThreadStarted();
|
||||
ui_thread_.swap(thread);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user