mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
Use the correct type for ProcessReader::Thread::port.
It is a thread_t, not a task_t. R=rsesek@chromium.org Review URL: https://codereview.chromium.org/627683002
This commit is contained in:
parent
47f17926e4
commit
bc8626f898
@ -67,7 +67,7 @@ class ProcessReader {
|
||||
mach_vm_address_t stack_region_address;
|
||||
mach_vm_size_t stack_region_size;
|
||||
mach_vm_address_t thread_specific_data_address;
|
||||
task_t port;
|
||||
thread_t port;
|
||||
int suspend_count;
|
||||
int priority;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user