| Index: chrome/browser/crash_handler_host_linux.cc
|
| diff --git a/chrome/browser/crash_handler_host_linux.cc b/chrome/browser/crash_handler_host_linux.cc
|
| index 8b6afd9732cd86a1986668bb0f15a97611ed06a8..7444e9670963b0db3e947ee89e2a5cb912c5584f 100644
|
| --- a/chrome/browser/crash_handler_host_linux.cc
|
| +++ b/chrome/browser/crash_handler_host_linux.cc
|
| @@ -261,7 +261,7 @@ void CrashHandlerHostLinux::OnFileCanReadWithoutBlocking(int fd) {
|
| // calling sendmsg(). We can thus not reliably look for with with
|
| // FindProcessHoldingSocket(). But by necessity, it has to keep the
|
| // partner_fd open until the crashdump is complete.
|
| - uint64_t inode_number;
|
| + ino_t inode_number;
|
| if (!base::FileDescriptorGetInode(&inode_number, partner_fd)) {
|
| LOG(WARNING) << "Failed to get inode number for passed socket";
|
| (void) HANDLE_EINTR(close(partner_fd));
|
|
|