| Index: content/zygote/zygote_main_linux.cc
|
| diff --git a/content/zygote/zygote_main_linux.cc b/content/zygote/zygote_main_linux.cc
|
| index 8e91c2f17e5619e425f78e400cab0f67152af720..c776fed9643a89052455f040805535845051eb3e 100644
|
| --- a/content/zygote/zygote_main_linux.cc
|
| +++ b/content/zygote/zygote_main_linux.cc
|
| @@ -332,7 +332,9 @@ static bool EnterSuidSandbox(LinuxSandbox* linux_sandbox,
|
| PreSandboxInit();
|
|
|
| // Check that the pre-sandbox initialization didn't spawn threads.
|
| +#if !defined(THREAD_SANITIZER)
|
| DCHECK(linux_sandbox->IsSingleThreaded());
|
| +#endif
|
|
|
| if (setuid_sandbox->IsSuidSandboxChild()) {
|
| // Use the SUID sandbox. This still allows the seccomp sandbox to
|
|
|