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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user