зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
d428064ce9
Коммит
17f3c6773a
|
@ -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___ */
|
||||
|
|
Загрузка…
Ссылка в новой задаче