bug 23714 - forgot to make NeedsFrameFor static per waterson's sr.

This commit is contained in:
karnaze%netscape.com 2001-03-21 05:18:27 +00:00
Родитель 33b1ba2c4f
Коммит 3e8c85d09a
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -3074,7 +3074,7 @@ nsCSSFrameConstructor::ConstructTableForeignFrame(nsIPresShell* aPres
return rv;
}
PRBool
static PRBool
NeedFrameFor(nsIFrame* aParentFrame,
nsIContent* aChildContent)
{

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

@ -3074,7 +3074,7 @@ nsCSSFrameConstructor::ConstructTableForeignFrame(nsIPresShell* aPres
return rv;
}
PRBool
static PRBool
NeedFrameFor(nsIFrame* aParentFrame,
nsIContent* aChildContent)
{