Preliminary fix for 8555; JS contexts not properly cleaned up on window close.
This commit is contained in:
Родитель
2d43db23a5
Коммит
c2bfec60d3
|
@ -264,8 +264,8 @@ GlobalWindowImpl::SetNewDocument(nsIDOMDocument *aDocument)
|
|||
ClearAllTimeouts();
|
||||
|
||||
if ((nsnull != mScriptObject) &&
|
||||
(nsnull != mContext) &&
|
||||
(nsnull != aDocument)) {
|
||||
(nsnull != mContext) /* &&
|
||||
(nsnull != aDocument) */ ) {
|
||||
JS_ClearScope((JSContext *)mContext->GetNativeContext(),
|
||||
(JSObject *)mScriptObject);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче