Put back the isReplaced setting that should not have gone away. Bug 349921,

caught by dbaron.
This commit is contained in:
bzbarsky%mit.edu 2006-08-30 20:41:00 +00:00
Родитель 67adfc0993
Коммит 10f955e5bb
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -6440,6 +6440,7 @@ nsCSSFrameConstructor::ConstructXULFrame(nsFrameConstructorState& aState,
}
// This is its own frame that derives from box.
isReplaced = PR_TRUE;
newFrame = NS_NewMenuPopupFrame(mPresShell, aStyleContext);
if (aTag == nsXULAtoms::tooltip) {