Improve nsIProcess, fix nsIProcess.kill(). b=442393 r=bsmedberg

This commit is contained in:
James Boston
2009-03-09 12:47:39 -04:00
parent 4cc8e0ab9d
commit 06b3db477b
13 changed files with 285 additions and 91 deletions

View File

@@ -587,8 +587,7 @@ nsGNOMEShellService::OpenApplicationWithURI(nsILocalFile* aApplication, const ns
const nsCString spec(aURI);
const char* specStr = spec.get();
PRUint32 pid;
return process->Run(PR_FALSE, &specStr, 1, &pid);
return process->Run(PR_FALSE, &specStr, 1);
}
NS_IMETHODIMP