Bug 869836 - Part 5: Use AssignLiteral instead of Assign where possible. r=ehsan

This commit is contained in:
Birunthan Mohanathas
2014-05-22 06:48:51 +03:00
parent 7c5f901fae
commit cc3389eabe
23 changed files with 51 additions and 51 deletions

View File

@@ -466,7 +466,7 @@ nsFormFillController::GetSearchCount(uint32_t *aSearchCount)
NS_IMETHODIMP
nsFormFillController::GetSearchAt(uint32_t index, nsACString & _retval)
{
_retval.Assign("form-history");
_retval.AssignLiteral("form-history");
return NS_OK;
}