diff options
Diffstat (limited to 'www/chromium-uc/patches/patch-content_browser_v8_snapshot_files_cc')
| -rw-r--r-- | www/chromium-uc/patches/patch-content_browser_v8_snapshot_files_cc | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/www/chromium-uc/patches/patch-content_browser_v8_snapshot_files_cc b/www/chromium-uc/patches/patch-content_browser_v8_snapshot_files_cc deleted file mode 100644 index ed8494a..0000000 --- a/www/chromium-uc/patches/patch-content_browser_v8_snapshot_files_cc +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | $OpenBSD: patch-content_browser_v8_snapshot_files_cc,v 1.4 2021/01/20 07:28:09 robert Exp $ | ||
| 2 | |||
| 3 | Index: content/browser/v8_snapshot_files.cc | ||
| 4 | --- content/browser/v8_snapshot_files.cc.orig | ||
| 5 | +++ content/browser/v8_snapshot_files.cc | ||
| 6 | @@ -10,7 +10,7 @@ | ||
| 7 | namespace content { | ||
| 8 | |||
| 9 | std::map<std::string, base::FilePath> GetV8SnapshotFilesToPreload() { | ||
| 10 | -#if defined(OS_LINUX) || defined(OS_CHROMEOS) | ||
| 11 | +#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD) | ||
| 12 | #if defined(USE_V8_CONTEXT_SNAPSHOT) | ||
| 13 | return {{kV8ContextSnapshotDataDescriptor, | ||
| 14 | base::FilePath(FILE_PATH_LITERAL(V8_CONTEXT_SNAPSHOT_FILENAME))}}; | ||
