build: add missing header for SetStackDumpFirstChanceCallback (#48860)

This commit is contained in:
Robo
2025-11-10 18:12:02 +09:00
committed by GitHub
parent 1073d7e2bb
commit 87d1ff59cb
2 changed files with 1 additions and 1 deletions

View File

@@ -21,6 +21,7 @@
#if BUILDFLAG(IS_LINUX) && (defined(ARCH_CPU_X86_64) || defined(ARCH_CPU_ARM64))
#define ENABLE_WEB_ASSEMBLY_TRAP_HANDLER_LINUX
#include "base/command_line.h"
#include "base/debug/stack_trace.h"
#include "components/crash/core/app/crashpad.h" // nogncheck
#include "content/public/common/content_switches.h"
#include "v8/include/v8-wasm-trap-handler-posix.h"

View File

@@ -8,7 +8,6 @@
#include "base/command_line.h"
#include "base/containers/contains.h"
#include "base/debug/stack_trace.h"
#include "content/public/renderer/render_frame.h"
#include "net/http/http_request_headers.h"
#include "shell/common/api/electron_bindings.h"