Back out f55504b0184f (bug 950427) for mochitest-4 and mochitest-oth bustage (at least)

CLOSED TREE
This commit is contained in:
Phil Ringnalda
2013-12-17 23:22:20 -08:00
parent 318e9198f5
commit 60097b7fbe
7 changed files with 37 additions and 37 deletions

View File

@@ -288,9 +288,8 @@ nsSubDocumentFrame::BuildDisplayList(nsDisplayListBuilder* aBuilder,
DisplayBorderBackgroundOutline(aBuilder, aLists);
}
if (!mInnerView || !aBuilder->GetDescendIntoSubdocuments()) {
if (!mInnerView)
return;
}
nsFrameLoader* frameLoader = FrameLoader();
if (frameLoader) {