| Index: webkit/tools/test_shell/test_shell_win.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_shell_win.cc (revision 96101)
|
| +++ webkit/tools/test_shell/test_shell_win.cc (working copy)
|
| @@ -567,10 +567,6 @@
|
| RemoveWindowFromList(hwnd);
|
|
|
| if (TestShell::windowList()->empty() || shell->is_modal()) {
|
| - // Dump all in use memory just before shutdown if in use memory
|
| - // debugging has been enabled.
|
| - base::MemoryDebug::DumpAllMemoryInUse();
|
| -
|
| MessageLoop::current()->PostTask(FROM_HERE,
|
| new MessageLoop::QuitTask());
|
| }
|
|
|