$OpenBSD: patch-content_public_app_v8_snapshot_overlay_manifest_cc,v 1.1 2019/04/17 11:48:54 robert Exp $

Index: content/public/app/v8_snapshot_overlay_manifest.cc
--- content/public/app/v8_snapshot_overlay_manifest.cc.orig
+++ content/public/app/v8_snapshot_overlay_manifest.cc
@@ -15,7 +15,7 @@ namespace content {
 const service_manager::Manifest& GetV8SnapshotOverlayManifest() {
   static base::NoDestructor<service_manager::Manifest> manifest {
     service_manager::ManifestBuilder()
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
         .PreloadFile(kV8NativesDataDescriptor,
                      base::FilePath(FILE_PATH_LITERAL("natives_blob.bin")))
 #if defined(USE_V8_CONTEXT_SNAPSHOT)
