Try again.
This commit is contained in:
Родитель
91329d2955
Коммит
c664827637
|
@ -158,7 +158,7 @@ protected:
|
|||
|
||||
static nsICollation *collationService;
|
||||
|
||||
friend NS_IMETHODIMP NS_NewXULSortService(nsIXULSortService** mgr);
|
||||
friend nsresult NS_NewXULSortService(nsIXULSortService** mgr);
|
||||
|
||||
private:
|
||||
static nsrefcnt gRefCnt;
|
||||
|
@ -1508,7 +1508,7 @@ XULSortServiceImpl::DoSort(nsIDOMNode* node, const nsString& sortResource,
|
|||
|
||||
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsresult
|
||||
NS_NewXULSortService(nsIXULSortService** mgr)
|
||||
{
|
||||
XULSortServiceImpl *sortService = new XULSortServiceImpl();
|
||||
|
|
|
@ -158,7 +158,7 @@ protected:
|
|||
|
||||
static nsICollation *collationService;
|
||||
|
||||
friend NS_IMETHODIMP NS_NewXULSortService(nsIXULSortService** mgr);
|
||||
friend nsresult NS_NewXULSortService(nsIXULSortService** mgr);
|
||||
|
||||
private:
|
||||
static nsrefcnt gRefCnt;
|
||||
|
@ -1508,7 +1508,7 @@ XULSortServiceImpl::DoSort(nsIDOMNode* node, const nsString& sortResource,
|
|||
|
||||
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsresult
|
||||
NS_NewXULSortService(nsIXULSortService** mgr)
|
||||
{
|
||||
XULSortServiceImpl *sortService = new XULSortServiceImpl();
|
||||
|
|
Загрузка…
Ссылка в новой задаче