From d42d099a748c9b2518dccd8dfb0aac13e049cff8 Mon Sep 17 00:00:00 2001 From: "pinkerton@google.com" Date: Tue, 23 Sep 2008 14:38:15 +0000 Subject: initialize the command line singleton Review URL: http://codereview.chromium.org/4038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2484 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/tools/test_shell/mac/main.mm | 1 + 1 file changed, 1 insertion(+) (limited to 'webkit/tools') diff --git a/webkit/tools/test_shell/mac/main.mm b/webkit/tools/test_shell/mac/main.mm index 23ce296..030f636 100644 --- a/webkit/tools/test_shell/mac/main.mm +++ b/webkit/tools/test_shell/mac/main.mm @@ -58,6 +58,7 @@ int main(const int argc, const char *argv[]) { // the windows version, so that we can run the same test scripts. stop // if we hit something that's not a switch (like, oh, a URL). + CommandLine::SetArgcArgv(argc, argv); CommandLine parsed_command_line(argc, argv); if (parsed_command_line.HasSwitch(test_shell::kStartupDialog)) { -- cgit v1.1