From 10352775007e83ea44b452b474385f48bbf4753a Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Fri, 31 Aug 2018 15:32:14 +1000 Subject: [PATCH] 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 --- docshell/shistory/nsSHistory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docshell/shistory/nsSHistory.cpp b/docshell/shistory/nsSHistory.cpp index 642712aeb454..124ecf9638b5 100644 --- a/docshell/shistory/nsSHistory.cpp +++ b/docshell/shistory/nsSHistory.cpp @@ -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);