| Index: chrome/common/dump_without_crashing.cc
|
| diff --git a/chrome/common/dump_without_crashing.cc b/chrome/common/dump_without_crashing.cc
|
| index ea82f6a91e48cfa89c01feb2a971c57704180e0a..65c6494d43f32726814c41baf0bb26c154403cb0 100644
|
| --- a/chrome/common/dump_without_crashing.cc
|
| +++ b/chrome/common/dump_without_crashing.cc
|
| @@ -31,7 +31,7 @@ void DumpWithoutCrashing() {
|
| typedef void (__cdecl *DumpProcessFunction)();
|
| DumpProcessFunction DumpProcess = reinterpret_cast<DumpProcessFunction>(
|
| ::GetProcAddress(::GetModuleHandle(chrome::kBrowserProcessExecutableName),
|
| - "DumpProcess"));
|
| + "DumpProcessWithoutCrash"));
|
| if (DumpProcess)
|
| DumpProcess();
|
| #elif defined(OS_POSIX)
|
|
|