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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user