summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content__app__content_main.cc
blob: 2e04b134dafe8d9b002657b2a1b1fcaf52a9b13d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/app/content_main.cc.orig	2012-02-01 21:47:17.000000000 +0200
+++ content/app/content_main.cc	2012-02-01 21:47:28.000000000 +0200
@@ -316,7 +316,7 @@
   base::GlobalDescriptors* g_fds = base::GlobalDescriptors::GetInstance();
   g_fds->Set(kPrimaryIPCChannel,
              kPrimaryIPCChannel + base::GlobalDescriptors::kBaseDescriptor);
-#if defined(OS_LINUX) || defined(OS_OPENBSD)
+#if defined(OS_LINUX) || defined(OS_BSD)
   g_fds->Set(kCrashDumpSignal,
              kCrashDumpSignal + base::GlobalDescriptors::kBaseDescriptor);
 #endif