зеркало из https://github.com/mozilla/pjs.git
Instrumentation to detect leaks of BrowserInstance. r=don
This commit is contained in:
Родитель
5b71ad69f3
Коммит
275e342451
|
@ -150,8 +150,11 @@ static nsresult setAttribute( nsIWebShell *shell,
|
|||
// nsBrowserAppCore
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
|
||||
MOZ_DECL_CTOR_COUNTER(nsBrowserAppCore);
|
||||
|
||||
nsBrowserAppCore::nsBrowserAppCore()
|
||||
{
|
||||
MOZ_COUNT_CTOR(nsBrowserAppCore);
|
||||
mContentWindow = nsnull;
|
||||
mContentScriptContext = nsnull;
|
||||
mWebShellWin = nsnull;
|
||||
|
@ -166,6 +169,7 @@ nsBrowserAppCore::nsBrowserAppCore()
|
|||
|
||||
nsBrowserAppCore::~nsBrowserAppCore()
|
||||
{
|
||||
MOZ_COUNT_DTOR(nsBrowserAppCore);
|
||||
NS_IF_RELEASE(mSHistory);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче