ports/www/chromium/files/patch-chrome__common__child_process_logging.h
Rene Ladan a71930e2d9 Update to 17.0.963.46
Obtained from:	Chromium Chruetertee development repository
Security:	http://www.vuxml.org/freebsd/fe1976c2-5317-11e1-9e99-00262d5ed8ee.html
2012-02-09 12:53:00 +00:00

11 lines
481 B
C++

--- chrome/common/child_process_logging.h.orig 2012-01-18 11:13:17.000000000 +0200
+++ chrome/common/child_process_logging.h 2012-01-29 15:30:03.000000000 +0200
@@ -33,7 +33,7 @@
namespace child_process_logging {
-#if defined(OS_LINUX) || defined(OS_OPENBSD)
+#if defined(OS_LINUX) || defined(OS_BSD)
// These are declared here so the crash reporter can access them directly in
// compromised context without going through the standard library.
extern char g_active_url[];