Bug 1419597 - Part 18: Remove IsInnerWindow and IsOuterWindow methods, r=smaug

MozReview-Commit-ID: DAAm6tLubhJ
This commit is contained in:
Nika Layzell
2017-11-21 18:07:45 -05:00
parent 34556665b3
commit 20ee9a4927
55 changed files with 22 additions and 640 deletions

View File

@@ -129,9 +129,6 @@ nsGenericHTMLFrameElement::GetContentWindow()
return nullptr;
}
NS_ASSERTION(win->IsOuterWindow(),
"Uh, this window should always be an outer window!");
return win.forget();
}