Bug 754265 - Add a dedicated API to provide a final complete value different from the matching one, r=Enn sr=gavin
This commit is contained in:
@@ -172,6 +172,11 @@ NS_IMETHODIMP nsFileResult::GetImageAt(int32_t index, nsAString & aImage)
|
||||
aImage.Truncate();
|
||||
return NS_OK;
|
||||
}
|
||||
NS_IMETHODIMP nsFileResult::GetFinalCompleteValueAt(int32_t index,
|
||||
nsAString & aValue)
|
||||
{
|
||||
return GetValueAt(index, aValue);
|
||||
}
|
||||
|
||||
NS_IMETHODIMP nsFileResult::RemoveValueAt(int32_t rowIndex, bool removeFromDb)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user