chore: restore //url dchecks (#15637)
This commit is contained in:
parent
fb52fdc592
commit
a8a881c8db
6 changed files with 65 additions and 50 deletions
|
@ -421,6 +421,9 @@ void AtomBrowserMainParts::PreMainMessageLoopRun() {
|
|||
node_bindings_->PrepareMessageLoop();
|
||||
node_bindings_->RunMessageLoop();
|
||||
|
||||
// url::Add*Scheme are not threadsafe, this helps prevent data races.
|
||||
url::LockSchemeRegistries();
|
||||
|
||||
#if defined(USE_X11)
|
||||
ui::TouchFactory::SetTouchDeviceListFromCommandLine();
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue