Bug fix for 52648 -- remaining stash of progids which I missed on

the mega-change yesterday.  This will fix a few more issues.

r=warren


git-svn-id: svn://10.0.0.236/trunk@79224 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rayw%netscape.com
2000-09-14 23:20:49 +00:00
parent 0bd52d518e
commit 31f9bce979
45 changed files with 188 additions and 188 deletions

View File

@@ -2245,7 +2245,7 @@ NS_IMETHODIMP nsDocShell::ReportScriptError(nsIScriptError *errorObject)
// Get the console service, where we're going to register the error.
nsCOMPtr<nsIConsoleService> consoleService
(do_GetService("mozilla.consoleservice.1"));
(do_GetService("@mozilla.org/consoleservice;1"));
if (consoleService != nsnull)
{