Bug 595577 - Cedar is busted after merging with m-c, (Bug 459144) conflict. r=dbaron

This commit is contained in:
Oleg Romashin 2010-09-11 19:22:33 -07:00
Родитель 8c88c718ff
Коммит b270c2aec2
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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));
}
}