added a declaration for a global function that reports the number of webshells that have been created but have not yet been destroyed

This commit is contained in:
scc%netscape.com 1999-08-27 12:32:18 +00:00
Родитель d428064ce9
Коммит 17f3c6773a
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

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