aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_browser_v8__snapshot__files.cc
blob: 187b0f5d2e76828bfb19c4d2ac444fbd47c4fe28 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/browser/v8_snapshot_files.cc.orig	2022-02-28 16:54:41 UTC
+++ content/browser/v8_snapshot_files.cc
@@ -10,7 +10,7 @@
 namespace content {
 
 std::map<std::string, base::FilePath> GetV8SnapshotFilesToPreload() {
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
 #if defined(USE_V8_CONTEXT_SNAPSHOT)
   return {{kV8ContextSnapshotDataDescriptor,
            base::FilePath(FILE_PATH_LITERAL(V8_CONTEXT_SNAPSHOT_FILENAME))}};