$NetBSD$ * Part of patchset to build electron on NetBSD * Based on OpenBSD's chromium patches, and FreeBSD's electron patches --- gin/converter.h.orig 2025-02-24 19:59:26.000000000 +0000 +++ gin/converter.h @@ -191,6 +191,15 @@ struct GIN_EXPORT Converter +struct GIN_EXPORT Converter > { + static v8::Local ToV8(v8::Isolate* isolate, + v8::Local val); + static bool FromV8(v8::Isolate* isolate, + v8::Local val, + v8::Local* out); +}; + +template<> struct GIN_EXPORT Converter > { static v8::Local ToV8(v8::Isolate* isolate, v8::Local val);