$NetBSD$ * Part of patchset to build electron on NetBSD * Based on OpenBSD's chromium patches, and FreeBSD's electron patches --- ui/gl/gl_context.cc.orig 2025-02-24 19:59:26.000000000 +0000 +++ ui/gl/gl_context.cc @@ -516,7 +516,7 @@ bool GLContext::MakeVirtuallyCurrent( DCHECK(virtual_context->IsCurrent(surface)); if (switched_real_contexts || virtual_context != current_virtual_context_) { -#if DCHECK_IS_ON() +#if DCHECK_IS_ON() && !BUILDFLAG(IS_BSD) GLenum error = glGetError(); // Accepting a context loss error here enables using debug mode to work on // context loss handling in virtual context mode.