Backed out 4 changesets (bug 1318004) for xpcshell failures a=backout CLOSED TREE
Backed out changeset a3fe53641526 (bug1318004) Backed out changeset a5d1676b6f88 (bug1318004) Backed out changeset b56b37f0f4d7 (bug1318004) Backed out changeset fb5254baf1cb (bug1318004)
This commit is contained in:
@@ -47,7 +47,7 @@ public:
|
||||
nsString mSearchString;
|
||||
uint16_t mSearchResult;
|
||||
private:
|
||||
~nsFileResult() = default;
|
||||
~nsFileResult() {}
|
||||
};
|
||||
|
||||
NS_IMPL_ISUPPORTS(nsFileResult, nsIAutoCompleteResult)
|
||||
@@ -179,7 +179,7 @@ NS_IMETHODIMP nsFileResult::RemoveValueAt(int32_t rowIndex, bool removeFromDb)
|
||||
|
||||
class nsFileComplete final : public nsIAutoCompleteSearch
|
||||
{
|
||||
~nsFileComplete() = default;
|
||||
~nsFileComplete() {}
|
||||
public:
|
||||
NS_DECL_ISUPPORTS
|
||||
NS_DECL_NSIAUTOCOMPLETESEARCH
|
||||
|
||||
Reference in New Issue
Block a user