blob: fe32c3d95de3452168ecd78b277cceeeca17e4cf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- electron/shell/common/gin_converters/std_converter.h.orig 2025-04-17 14:56:35 UTC
+++ electron/shell/common/gin_converters/std_converter.h
@@ -57,7 +57,7 @@ struct Converter<std::array<T, N>> {
}
};
-#if !BUILDFLAG(IS_LINUX)
+#if !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_BSD)
template <>
struct Converter<unsigned long> { // NOLINT(runtime/int)
static v8::Local<v8::Value> ToV8(v8::Isolate* isolate,
|