Backed out changeset 991cb2487be8 (bug 1375940)

This commit is contained in:
Sebastian Hengst 2017-06-28 02:22:03 +02:00
Родитель 6485200026
Коммит 69c5a67f25
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -7949,8 +7949,7 @@ PresShell::HandleEventWithTarget(WidgetEvent* aEvent, nsIFrame* aFrame,
if (aContent) {
nsIDocument* doc = aContent->GetComposedDoc();
NS_ASSERTION(doc, "event for content that isn't in a document");
// NOTE: We don't require that the document still have a PresShell.
// See bug 1375940.
NS_ASSERTION(!doc || doc->GetShell() == this, "wrong shell");
}
#endif
NS_ENSURE_STATE(!aContent || aContent->GetComposedDoc() == mDocument);