| Index: base/debug/gdi_debug_util_win.cc
|
| diff --git a/base/debug/gdi_debug_util_win.cc b/base/debug/gdi_debug_util_win.cc
|
| index ce339559eadfe57f11d7ceeeb1e2a3e95b3b73f7..b6533b81981a80950c6f44ddd1b270871475a03b 100644
|
| --- a/base/debug/gdi_debug_util_win.cc
|
| +++ b/base/debug/gdi_debug_util_win.cc
|
| @@ -39,7 +39,7 @@ void CollectChildGDIUsageAndDie(DWORD parent_pid) {
|
| base::win::ScopedHandle process(
|
| OpenProcess(PROCESS_QUERY_INFORMATION,
|
| FALSE,
|
| - proc_entry.th32ParentProcessID));
|
| + proc_entry.th32ProcessID));
|
| if (!process.IsValid())
|
| continue;
|
|
|
|
|