Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
This commit is contained in:
@@ -76,7 +76,7 @@ static PRBool gInitialized = PR_FALSE;
|
||||
|
||||
// The one time initialization for this module
|
||||
// static
|
||||
PR_STATIC_CALLBACK(nsresult)
|
||||
static nsresult
|
||||
Initialize(nsIModule* aSelf)
|
||||
{
|
||||
NS_PRECONDITION(!gInitialized, "docshell module already initialized");
|
||||
@@ -92,7 +92,7 @@ Initialize(nsIModule* aSelf)
|
||||
return rv;
|
||||
}
|
||||
|
||||
PR_STATIC_CALLBACK(void)
|
||||
static void
|
||||
Shutdown(nsIModule* aSelf)
|
||||
{
|
||||
nsSHEntry::Shutdown();
|
||||
|
||||
Reference in New Issue
Block a user