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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user