blob: b17676a14e13f5a468b8fa8556517229cbab62f5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- electron/shell/common/gin_converters/std_converter.h.orig 2025-04-08 22:12:25 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,
|