Bug 292588 shutdown crash !sXPConnect [@ nsScriptSecurityManager::CheckObjectAccess]

store the runtime, unset the callback at shutdown
r=dveditz sr=jst a=asa
This commit is contained in:
timeless@mozdev.org
2005-06-07 21:57:56 +00:00
parent 6f6efea4f9
commit 51befe1992
2 changed files with 12 additions and 3 deletions

View File

@@ -507,6 +507,7 @@ private:
static nsIIOService *sIOService;
static nsIXPConnect *sXPConnect;
static nsIStringBundle *sStrBundle;
static JSRuntime *sRuntime;
};
#endif // nsScriptSecurityManager_h__