зеркало из https://github.com/mozilla/pjs.git
Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf
This commit is contained in:
Родитель
320c1d6319
Коммит
81b2dcc176
|
@ -427,7 +427,7 @@ nsHTMLDocument::StartDocumentLoad(const char* aCommand,
|
|||
PRBool needsParser=PR_TRUE;
|
||||
if (aCommand)
|
||||
{
|
||||
if (nsDependentCString(aCommand) == NS_LITERAL_CSTRING("view delayedContentLoad")) {
|
||||
if (!nsCRT::strcmp(aCommand, "view delayedContentLoad")) {
|
||||
needsParser = PR_FALSE;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче