$OpenBSD: patch-content_renderer_renderer_webkitplatformsupport_impl_cc,v 1.3 2014/01/18 11:42:04 robert Exp $
--- content/renderer/renderer_webkitplatformsupport_impl.cc.orig.port	Mon Jan 13 21:59:52 2014
+++ content/renderer/renderer_webkitplatformsupport_impl.cc	Thu Jan 16 12:26:42 2014
@@ -84,7 +84,7 @@
 #include "third_party/WebKit/public/platform/mac/WebSandboxSupport.h"
 #endif
 
-#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID)
+#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) && !defined(OS_BSD)
 #include <map>
 #include <string>
 
@@ -160,7 +160,7 @@ class RendererWebKitPlatformSupportImpl::FileUtilities
   scoped_refptr<ThreadSafeSender> thread_safe_sender_;
 };
 
-#if defined(OS_ANDROID)
+#if defined(OS_ANDROID) || defined(OS_BSD)
 // WebKit doesn't use WebSandboxSupport on android so we don't need to
 // implement anything here.
 class RendererWebKitPlatformSupportImpl::SandboxSupport {
@@ -249,7 +249,7 @@ RendererWebKitPlatformSupportImpl::fileUtilities() {
 }
 
 WebKit::WebSandboxSupport* RendererWebKitPlatformSupportImpl::sandboxSupport() {
-#if defined(OS_ANDROID)
+#if defined(OS_ANDROID) || defined(OS_BSD)
   // WebKit doesn't use WebSandboxSupport on android.
   return NULL;
 #else
@@ -537,7 +537,7 @@ bool RendererWebKitPlatformSupportImpl::SandboxSupport
   return FontLoader::CGFontRefFromBuffer(font_data, font_data_size, out);
 }
 
-#elif defined(OS_ANDROID)
+#elif defined(OS_ANDROID) || defined(OS_BSD)
 
 // WebKit doesn't use WebSandboxSupport on android so we don't need to
 // implement anything here. This is cleaner to support than excluding the
