mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 04:19:17 -04:00
Approved by: rene (mentor) Security: https://vuxml.freebsd.org/freebsd/310ca30e-a951-11ed-8314-a8a1599412c6.html
11 lines
460 B
C++
11 lines
460 B
C++
--- content/browser/v8_snapshot_files.cc.orig 2023-02-08 09:03:45 UTC
|
|
+++ content/browser/v8_snapshot_files.cc
|
|
@@ -11,7 +11,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 BUILDFLAG(USE_V8_CONTEXT_SNAPSHOT)
|
|
return {{kV8ContextSnapshotDataDescriptor,
|
|
base::FilePath(
|