Added GC method to script context

This commit is contained in:
vidur%netscape.com 1998-10-26 23:22:59 +00:00
Родитель 9e59e54ad2
Коммит 94f6316cfc
2 изменённых файлов: 6 добавлений и 0 удалений

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

@ -535,6 +535,9 @@ nsWebShell::Embed(nsIContentViewer* aContentViewer,
this, aContentViewer, aCommand ? aCommand : "", aExtraInfo));
NS_IF_RELEASE(mContentViewer);
if (nsnull != mScriptContext) {
mScriptContext->GC();
}
mContentViewer = aContentViewer;
NS_ADDREF(aContentViewer);

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

@ -535,6 +535,9 @@ nsWebShell::Embed(nsIContentViewer* aContentViewer,
this, aContentViewer, aCommand ? aCommand : "", aExtraInfo));
NS_IF_RELEASE(mContentViewer);
if (nsnull != mScriptContext) {
mScriptContext->GC();
}
mContentViewer = aContentViewer;
NS_ADDREF(aContentViewer);