Remove assert that fires in normal conditions... I thought we could assert

this, but we can't. Bug 266371


git-svn-id: svn://10.0.0.236/trunk@190115 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2006-02-15 15:55:18 +00:00
parent 2168d947c5
commit dbcee88fc6

View File

@@ -1468,9 +1468,6 @@ nsGlobalWindow::SetOpenerWindow(nsIDOMWindowInternal* aOpener,
NS_ASSERTION(!aOriginalOpener || !mSetOpenerWindowCalled,
"aOriginalOpener is true, but not first call to "
"SetOpenerWindow!");
NS_ASSERTION(!aOriginalOpener || !mDocument,
"aOriginalOpener is true, but we already have a document "
"loaded");
mOpener = aOpener;
if (aOriginalOpener) {