Changed the ifdef NS_DEBUG around webshell leak detection code to ifdef DETECT_WEBSHELL_LEAKS.

git-svn-id: svn://10.0.0.236/trunk@48718 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nisheeth%netscape.com
1999-09-22 01:24:20 +00:00
parent 87d19b0138
commit bc496bb171
3 changed files with 18 additions and 18 deletions

View File

@@ -482,10 +482,10 @@ public:
extern "C" NS_WEB nsresult
NS_NewWebShellFactory(nsIFactory** aFactory);
#ifdef NS_DEBUG
extern "C" NS_WEB
unsigned long
NS_TotalWebShellsInExistence();
#ifdef DETECT_WEBSHELL_LEAKS
extern "C" NS_WEB
unsigned long
NS_TotalWebShellsInExistence();
#endif
#endif /* nsIWebShell_h___ */