mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Workaround for shutdown hang in Chimera.
This commit is contained in:
parent
df969a46dc
commit
776fbf3702
@ -298,7 +298,9 @@ OSStatus MRJSession::close()
|
||||
mSession = NULL;
|
||||
}
|
||||
|
||||
#if !TARGET_RT_MAC_MACHO // XXX right now, this hangs Chimera...
|
||||
mJavaVM->DestroyJavaVM();
|
||||
#endif
|
||||
mJavaVM = NULL;
|
||||
}
|
||||
return noErr;
|
||||
|
Loading…
Reference in New Issue
Block a user