зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
7be73d45db
Коммит
477494db32
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче