1 --- src/3rdparty/chromium/base/debug/elf_reader.cc.orig	2025-08-15 18:30:00 UTC
2 +++ src/3rdparty/chromium/base/debug/elf_reader.cc
3 @@ -49,6 +49,10 @@ constexpr char kGnuNoteName[] = "GNU";
4 
5  constexpr char kGnuNoteName[] = "GNU";
6 
7 +#ifndef NT_GNU_BUILD_ID
8 +#define NT_GNU_BUILD_ID 3
9 +#endif
10 +
11  // Returns a pointer to the header of the ELF binary mapped into memory, or a
12  // null pointer if the header is invalid. Here and below |elf_mapped_base| is a
13  // pointer to the start of the ELF image.
14