aboutsummaryrefslogblamecommitdiff
path: root/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_public_common_child__process__host.h
blob: 4e21f8dbb7ec6231476cb1de7fbf19f8fa753449 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                                                                                       
                                                                    
                                                                        







                                                                              
--- src/3rdparty/chromium/content/public/common/child_process_host.h.orig	2019-11-27 21:12:25 UTC
+++ src/3rdparty/chromium/content/public/common/child_process_host.h
@@ -51,7 +51,7 @@ class CONTENT_EXPORT ChildProcessHost : public IPC::Se
     // No special behavior requested.
     CHILD_NORMAL = 0,
 
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
     // Indicates that the child execed after forking may be execced from
     // /proc/self/exe rather than using the "real" app path. This prevents
     // autoupdate from confusing us if it changes the file out from under us.