Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf
git-svn-id: svn://10.0.0.236/trunk@110582 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user