$NetBSD$ * Part of patchset to build electron on NetBSD * Based on OpenBSD's chromium patches, and FreeBSD's electron patches --- third_party/electron_node/src/node_file.h.orig 2025-04-18 18:41:29.000000000 +0000 +++ third_party/electron_node/src/node_file.h @@ -86,13 +86,6 @@ class BindingData : public SnapshotableO SERIALIZABLE_OBJECT_METHODS() SET_BINDING_ID(fs_binding_data) - static void LegacyMainResolve( - const v8::FunctionCallbackInfo& args); - - static void CreatePerIsolateProperties(IsolateData* isolate_data, - v8::Local ctor); - static void RegisterExternalReferences(ExternalReferenceRegistry* registry); - void MemoryInfo(MemoryTracker* tracker) const override; SET_SELF_SIZE(BindingData) SET_MEMORY_INFO_NAME(BindingData)