No bug - remove silly assertion as OwnerDoc() never returns null.

Differential Revision: https://phabricator.services.mozilla.com/D47994

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Emilio Cobos Álvarez 2019-10-02 23:29:51 +00:00
Родитель 98a08a3ce4
Коммит 59196e7850
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -959,7 +959,6 @@ void nsSubDocumentFrame::DestroyFrom(nsIFrame* aDestructRoot,
::BeginSwapDocShellsForViews(mInnerView->GetFirstChild());
if (detachedViews && detachedViews->GetFrame()) {
MOZ_ASSERT(mContent->OwnerDoc());
frameloader->SetDetachedSubdocFrame(detachedViews->GetFrame(),
mContent->OwnerDoc());