aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_browser_v8__snapshot__files.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-content_browser_v8__snapshot__files.cc')
-rw-r--r--www/chromium/files/patch-content_browser_v8__snapshot__files.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/chromium/files/patch-content_browser_v8__snapshot__files.cc b/www/chromium/files/patch-content_browser_v8__snapshot__files.cc
index 957c743c222c..ed0f01353c69 100644
--- a/www/chromium/files/patch-content_browser_v8__snapshot__files.cc
+++ b/www/chromium/files/patch-content_browser_v8__snapshot__files.cc
@@ -1,11 +1,11 @@
---- content/browser/v8_snapshot_files.cc.orig 2020-02-24 18:39:15 UTC
+--- content/browser/v8_snapshot_files.cc.orig 2020-11-13 06:36:42 UTC
+++ content/browser/v8_snapshot_files.cc
@@ -10,7 +10,7 @@
namespace content {
std::map<std::string, base::FilePath> GetV8SnapshotFilesToPreload() {
--#if defined(OS_LINUX)
-+#if defined(OS_LINUX) || defined(OS_BSD)
+-#if defined(OS_LINUX) || defined(OS_CHROMEOS)
++#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
#if defined(USE_V8_CONTEXT_SNAPSHOT)
return {{kV8ContextSnapshotDataDescriptor,
- base::FilePath(FILE_PATH_LITERAL("v8_context_snapshot.bin"))}};
+ base::FilePath(FILE_PATH_LITERAL(V8_CONTEXT_SNAPSHOT_FILENAME))}};