Fix for crash if -moz-binding points to an invalid file.

r=jst, sr=hyatt, b=81941

--pete
This commit is contained in:
pete%alphanumerica.com 2001-08-07 21:12:02 +00:00
Родитель 5fff21720b
Коммит e5ec3082e2
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -310,6 +310,7 @@ nsXBLStreamListener::OnStopRequest(nsIRequest* request, nsISupports* aCtxt, nsre
nsXBLBindingRequest::Destroy(mXBLService->mPool, req);
}
mBindingRequests.Clear();
mDocument = nsnull;
mBindingDocument = nsnull;
}