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
This commit is contained in:
rayw@netscape.com
2000-09-14 23:20:49 +00:00
parent 89935f32d5
commit 42b3985a8e
40 changed files with 182 additions and 182 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)
{