Bug 869836 - Part 5: Use AssignLiteral instead of Assign where possible. r=ehsan
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user