From 6e422588080bb5163434d8961b2eecea7eced633 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Sat, 1 Nov 2025 12:12:36 +0100 Subject: devel/electron35: Remove expired port 2025-10-31 devel/electron35: EOLed upstream, switch to newer version --- .../files/patch-content_browser_v8__snapshot__files.cc | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 devel/electron35/files/patch-content_browser_v8__snapshot__files.cc (limited to 'devel/electron35/files/patch-content_browser_v8__snapshot__files.cc') diff --git a/devel/electron35/files/patch-content_browser_v8__snapshot__files.cc b/devel/electron35/files/patch-content_browser_v8__snapshot__files.cc deleted file mode 100644 index 0d1d69308070..000000000000 --- a/devel/electron35/files/patch-content_browser_v8__snapshot__files.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- content/browser/v8_snapshot_files.cc.orig 2024-06-18 21:43:32 UTC -+++ content/browser/v8_snapshot_files.cc -@@ -17,7 +17,7 @@ GetV8SnapshotFilesToPreload(base::CommandLine& process - std::map> - GetV8SnapshotFilesToPreload(base::CommandLine& process_command_line) { - std::map> files; --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - #if BUILDFLAG(USE_V8_CONTEXT_SNAPSHOT) - files[kV8ContextSnapshotDataDescriptor] = base::FilePath( - FILE_PATH_LITERAL(BUILDFLAG(V8_CONTEXT_SNAPSHOT_FILENAME))); -- cgit v1.2.3