Fix build bustage within |#ifdef CSS_REPORT_PARSE_ERRORS| resulting from scc's string changes for bug 75220. Not part of default build. r=glazman a=tor

This commit is contained in:
dbaron%fas.harvard.edu 2001-05-23 14:18:38 +00:00
Родитель 7be73d45db
Коммит 477494db32
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -2368,7 +2368,7 @@ PRBool CSSParserImpl::ParseColorComponent(PRInt32& aErrorCode,
stopString[0] = PRUnichar(aStop);
stopString[1] = PRUnichar(0);
REPORT_UNEXPECTED_TOKEN(NS_LITERAL_STRING("Expected ") +
nsLocalString(stopString, 1) +
nsDependentString(stopString, 1) +
NS_LITERAL_STRING(" but found"));
return PR_FALSE;
}

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

@ -2368,7 +2368,7 @@ PRBool CSSParserImpl::ParseColorComponent(PRInt32& aErrorCode,
stopString[0] = PRUnichar(aStop);
stopString[1] = PRUnichar(0);
REPORT_UNEXPECTED_TOKEN(NS_LITERAL_STRING("Expected ") +
nsLocalString(stopString, 1) +
nsDependentString(stopString, 1) +
NS_LITERAL_STRING(" but found"));
return PR_FALSE;
}