зеркало из https://github.com/mozilla/gecko-dev.git
Bug 333078: fix win32 linkage bug seemingly introduced with previous commit
This commit is contained in:
Родитель
9d9858d348
Коммит
56b3466970
|
@ -96,6 +96,7 @@
|
|||
#include "nsStringBuffer.h"
|
||||
#include "nsCategoryCache.h"
|
||||
#include "nsCycleCollectionParticipant.h"
|
||||
#include "nsCycleCollector.h"
|
||||
#include "nsThreadUtils.h"
|
||||
|
||||
#if !defined(WINCE) && !defined(XP_OS2)
|
||||
|
@ -272,6 +273,7 @@ void XXXNeverCalled()
|
|||
}
|
||||
|
||||
nsCycleCollectionParticipant();
|
||||
nsCycleCollector_collect();
|
||||
|
||||
#if !defined(WINCE) && !defined(XP_OS2)
|
||||
NS_NewWindowsRegKey(nsnull);
|
||||
|
|
Загрузка…
Ссылка в новой задаче