зеркало из https://github.com/mozilla/pjs.git
fixed breakage, until mozilla/gc/boehm gets added to the default module.
This commit is contained in:
Родитель
4d1ac7a47a
Коммит
0444d71f36
|
@ -24,6 +24,8 @@
|
|||
nsGarbageCollector.c
|
||||
*/
|
||||
|
||||
#ifdef GC_LEAK_DETECTOR
|
||||
|
||||
#include "generic_threads.h"
|
||||
#include "pprthred.h"
|
||||
|
||||
|
@ -99,3 +101,5 @@ void NSShutdownGarbageCollector()
|
|||
GC_gcollect();
|
||||
#endif
|
||||
}
|
||||
|
||||
#endif /* GC_LEAK_DETECTOR */
|
||||
|
|
Загрузка…
Ссылка в новой задаче