Bug 1180045 - Remove no outer window available warning. r=smaug

This commit is contained in:
Eric Rahm 2015-07-03 10:21:24 -07:00
parent 00600fda3d
commit 8cfc46cadc

View File

@ -3911,7 +3911,6 @@ nsGlobalWindow::GetRealTop(nsIDOMWindow** aTop)
if (IsInnerWindow()) {
outer = GetOuterWindowInternal();
if (!outer) {
NS_WARNING("No outer window available!");
return NS_ERROR_NOT_INITIALIZED;
}
} else {