Bug 869836 - Part 5: Use AssignLiteral instead of Assign where possible. r=ehsan
This commit is contained in:
@@ -70,7 +70,7 @@ nsHtml5Parser::GetContentSink()
|
||||
NS_IMETHODIMP_(void)
|
||||
nsHtml5Parser::GetCommand(nsCString& aCommand)
|
||||
{
|
||||
aCommand.Assign("view");
|
||||
aCommand.AssignLiteral("view");
|
||||
}
|
||||
|
||||
NS_IMETHODIMP_(void)
|
||||
|
||||
Reference in New Issue
Block a user