Issue #2251 - Expose ghost window unlinking to release builds.

This commit is contained in:
FranklinDM 2024-02-12 16:54:50 +08:00 committed by roytam1
commit 97a40adc75
5 changed files with 0 additions and 12 deletions

View file

@ -829,7 +829,6 @@ nsWindowMemoryReporter::KillCheckTimer()
}
}
#ifdef DEBUG
/* static */ void
nsWindowMemoryReporter::UnlinkGhostWindows()
{
@ -866,4 +865,3 @@ nsWindowMemoryReporter::UnlinkGhostWindows()
}
}
}
#endif