mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-15 21:36:20 +00:00
maded entire file conditionally compile #if defined(GC_LEAK_DETECTOR). bug=15906, r=alecf
This commit is contained in:
parent
4dd75b9a42
commit
c12c754691
@ -20,6 +20,8 @@
|
||||
* Patrick C. Beard <beard@netscape.com>
|
||||
*/
|
||||
|
||||
#if defined(GC_LEAK_DETECTOR)
|
||||
|
||||
#include "nsLeakDetector.h"
|
||||
#include "nsComponentManager.h"
|
||||
#include "nsIGenericFactory.h"
|
||||
@ -117,3 +119,5 @@ nsresult NS_ShutdownLeakDetector()
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
#endif /* defined(GC_LEAK_DETECTOR) */
|
||||
|
Loading…
x
Reference in New Issue
Block a user