| Index: base/third_party/symbolize/symbolize.cc
|
| diff --git a/base/third_party/symbolize/symbolize.cc b/base/third_party/symbolize/symbolize.cc
|
| index f4861dfe523e7cd7e157603fddb4da6d513c688a..db82b04d4df254a345107f532c636511cc5e6753 100644
|
| --- a/base/third_party/symbolize/symbolize.cc
|
| +++ b/base/third_party/symbolize/symbolize.cc
|
| @@ -773,7 +773,7 @@ static ATTRIBUTE_NOINLINE bool SymbolizeAndDemangle(void *pc, char *out,
|
| // Run the call back if it's installed.
|
| // Note: relocation (and much of the rest of this code) will be
|
| // wrong for prelinked shared libraries and PIE executables.
|
| - uint64 relocation = (elf_type == ET_DYN) ? start_address : 0;
|
| + uint64_t relocation = (elf_type == ET_DYN) ? start_address : 0;
|
| int num_bytes_written = g_symbolize_callback(wrapped_object_fd.get(),
|
| pc, out, out_size,
|
| relocation);
|
|
|