Skip to content

Commit

Permalink
Bug 1398448: Always insert async when reconstructing ancestors to avo…
Browse files Browse the repository at this point in the history
…id pathological frame construction cases. r=bz

MozReview-Commit-ID: 5ARTWW9dt7X
  • Loading branch information
emilio committed Sep 11, 2017
1 parent 162dd2e commit f2b7e3f
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 71 deletions.
1 change: 0 additions & 1 deletion layout/base/PresShell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4493,7 +4493,6 @@ PresShell::ContentRemoved(nsIDocument *aDocument,
}

mFrameConstructor->ContentRemoved(aMaybeContainer, aChild, oldNextSibling,
nsCSSFrameConstructor::InsertionKind::Async,
nsCSSFrameConstructor::REMOVE_CONTENT);

if (aChild->NodeType() == nsIDOMNode::DOCUMENT_TYPE_NODE) {
Expand Down
Loading

0 comments on commit f2b7e3f

Please sign in to comment.