sync ports with The Matrix
This commit is contained in:
parent
6a59f2180d
commit
fb5a481339
388 changed files with 2518 additions and 1935 deletions
12
www/chromium/patches/patch-base_threading_hang_watcher_cc
Normal file
12
www/chromium/patches/patch-base_threading_hang_watcher_cc
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: base/threading/hang_watcher.cc
|
||||
--- base/threading/hang_watcher.cc.orig
|
||||
+++ base/threading/hang_watcher.cc
|
||||
@@ -331,7 +331,7 @@ void HangWatcher::InitializeOnMainThread(ProcessType p
|
||||
|
||||
bool enable_hang_watcher = base::FeatureList::IsEnabled(kEnableHangWatcher);
|
||||
|
||||
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
|
||||
+#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) && !BUILDFLAG(IS_BSD)
|
||||
if (is_zygote_child) {
|
||||
enable_hang_watcher =
|
||||
enable_hang_watcher &&
|
Loading…
Add table
Add a link
Reference in a new issue