Fixing debug build bustage. Bug 239079.

git-svn-id: svn://10.0.0.236/trunk@154490 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2004-04-03 17:47:26 +00:00
parent b97ca5b1ea
commit f3dfc01adb
4 changed files with 8 additions and 4 deletions

View File

@@ -413,8 +413,9 @@ PRBool nsCSSScanner::EatNewline(nsresult& aErrorCode)
return eaten;
}
static PRBool
CheckLexTable(PRInt32 aChar, PRUint8 aBit, PRUint8* aLexTable)
/* static */
PRBool
nsCSSScanner::CheckLexTable(PRInt32 aChar, PRUint8 aBit, PRUint8* aLexTable)
{
NS_ASSERTION(!(aBit & (START_IDENT | IS_IDENT)),
"can't use CheckLexTable with identifiers");