| Index: webkit/tools/test_shell/test_shell_gtk.cc
|
| diff --git a/webkit/tools/test_shell/test_shell_gtk.cc b/webkit/tools/test_shell/test_shell_gtk.cc
|
| index d030843108f353346c85129bc5e53d7a435db064..de053e8cd65fd090cb9931b3e2ca255758bc8319 100644
|
| --- a/webkit/tools/test_shell/test_shell_gtk.cc
|
| +++ b/webkit/tools/test_shell/test_shell_gtk.cc
|
| @@ -59,7 +59,7 @@ gboolean MainWindowDestroyed(GtkWindow* window, TestShell* shell) {
|
|
|
| if (TestShell::windowList()->empty() || shell->is_modal()) {
|
| MessageLoop::current()->PostTask(FROM_HERE,
|
| - new MessageLoop::QuitTask());
|
| + MessageLoop::QuitClosure());
|
| }
|
|
|
| delete shell;
|
|
|