From b270c2aec28869e72a06638476cf969016ca2ee1 Mon Sep 17 00:00:00 2001 From: Oleg Romashin Date: Sat, 11 Sep 2010 19:22:33 -0700 Subject: [PATCH] Bug 595577 - Cedar is busted after merging with m-c, (Bug 459144) conflict. r=dbaron --- layout/generic/nsSubDocumentFrame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/generic/nsSubDocumentFrame.cpp b/layout/generic/nsSubDocumentFrame.cpp index eaad21c32016..a7557ba82f06 100644 --- a/layout/generic/nsSubDocumentFrame.cpp +++ b/layout/generic/nsSubDocumentFrame.cpp @@ -280,7 +280,7 @@ nsSubDocumentFrame::BuildDisplayList(nsDisplayListBuilder* aBuilder, nsRect bounds = mInnerView->GetBounds() + offset; return aLists.Content()->AppendNewToTop( - new (aBuilder) nsDisplayClip(aBuilder, this, this, &shadowTree, + new (aBuilder) nsDisplayClip(aBuilder, this, &shadowTree, bounds)); } }