mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
parent
470a6e4401
commit
13fcc4a046
949 changed files with 95662 additions and 444 deletions
|
|
@ -1010,6 +1010,9 @@ ShutdownXPCOM(nsIServiceManager* aServMgr)
|
|||
PROFILER_MARKER("Shutdown xpcom");
|
||||
// If we are doing any shutdown checks, poison writes.
|
||||
if (gShutdownChecks != SCM_NOTHING) {
|
||||
#ifdef XP_MACOSX
|
||||
mozilla::OnlyReportDirtyWrites();
|
||||
#endif /* XP_MACOSX */
|
||||
mozilla::BeginLateWriteChecks();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue