bugid=186056 browser crashed on second call to applet using javascript

r=brendan@mozilla.org sr=beard@netscape.com


git-svn-id: svn://10.0.0.236/trunk@141021 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
joshua.xia%sun.com
2003-04-11 05:47:21 +00:00
parent 84c76038a5
commit 3378bdd3c6

View File

@@ -727,7 +727,6 @@ nsJVMManager::ShutdownJVM(PRBool fullShutdown)
{
if (fStatus == nsJVMStatus_Running) {
PR_ASSERT(fJVM != NULL);
(void)MaybeShutdownLiveConnect();
// XXX need to shutdown JVM via ServiceManager
// nsresult err = fJVM->ShutdownJVM(fullShutdown);
// if (err == NS_OK)