Bug 1486358 - Mark GetTransactionAtIndex() as NS_IMETHODIMP. r=me

Because of one this bug's earlier commits made it an XPIDL method.

--HG--
extra : rebase_source : d0e69d5c5eb1fd1caf0946872c8319029591fcc3
This commit is contained in:
Nicholas Nethercote 2018-08-31 15:32:14 +10:00
Родитель f65957c65b
Коммит 1035277500
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -727,7 +727,7 @@ nsSHistory::GetEntryAtIndex(int32_t aIndex, bool aModifyIndex,
}
/* Get the transaction at a given index */
nsresult
NS_IMETHODIMP
nsSHistory::GetTransactionAtIndex(int32_t aIndex, nsISHTransaction** aResult)
{
NS_ENSURE_ARG_POINTER(aResult);