summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_shell_main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/tools/test_shell/test_shell_main.cc')
-rw-r--r--webkit/tools/test_shell/test_shell_main.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/webkit/tools/test_shell/test_shell_main.cc b/webkit/tools/test_shell/test_shell_main.cc
index f4e5608..9c7ecfe 100644
--- a/webkit/tools/test_shell/test_shell_main.cc
+++ b/webkit/tools/test_shell/test_shell_main.cc
@@ -148,10 +148,8 @@ int main(int argc, char* argv[]) {
#endif
CommandLine parsed_command_line;
-#if defined(OS_WIN)
if (parsed_command_line.HasSwitch(test_shell::kStartupDialog))
- MessageBox(NULL, L"attach to me?", L"test_shell", MB_OK);
-#endif
+ TestShell::ShowStartupDebuggingDialog();
// Allocate a message loop for this thread. Although it is not used
// directly, its constructor sets up some necessary state.