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:
@@ -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___ */
|
||||
|
||||
Reference in New Issue
Block a user