summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-23 14:38:15 +0000
committerpinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-23 14:38:15 +0000
commitd42d099a748c9b2518dccd8dfb0aac13e049cff8 (patch)
tree6e63441e500d542a6656e20bb328708bd01d892c
parent23ba7ddb32445bf4a5722d7f6d990ab1610865b7 (diff)
downloadchromium_src-d42d099a748c9b2518dccd8dfb0aac13e049cff8.zip
chromium_src-d42d099a748c9b2518dccd8dfb0aac13e049cff8.tar.gz
chromium_src-d42d099a748c9b2518dccd8dfb0aac13e049cff8.tar.bz2
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
-rw-r--r--webkit/tools/test_shell/mac/main.mm1
1 files changed, 1 insertions, 0 deletions
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)) {