Use the right key for the overflow frame list frame property. b=508892 r=fantasai

This commit is contained in:
Mats Palmgren 2009-08-18 00:01:06 +02:00
Родитель 8ff39d28af
Коммит c8e416aeee
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1124,7 +1124,7 @@ void
nsContainerFrame::DestroyOverflowList(nsPresContext* aPresContext)
{
nsFrameList* list =
RemovePropTableFrames(aPresContext, nsGkAtoms::overflowList);
RemovePropTableFrames(aPresContext, nsGkAtoms::overflowProperty);
if (list)
list->Destroy();
}