Windows: Fix crash on startup with multi-threaded-message-loop (issue #1678)

This commit is contained in:
Marshall Greenblatt 2015-08-05 13:24:01 -04:00
parent 3010ee1ce6
commit 6cb3be7395

View File

@ -562,6 +562,7 @@ int CefMainDelegate::RunProcess(
NOTREACHED() << "failed to start UI thread";
return 1;
}
thread->WaitUntilThreadStarted();
ui_thread_.swap(thread);
}