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
parent 16f7fe5de1
commit 33efa7ad7d
2 changed files with 2 additions and 2 deletions

View File

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