Skip to content

Commit

Permalink
Bug 1613985 - Use default for equivalent-to-default constructors/dest…
Browse files Browse the repository at this point in the history
…ructors in dom/simpledb. r=smaug

Depends on D66028

Differential Revision: https://phabricator.services.mozilla.com/D66029

--HG--
extra : moz-landing-system : lando
  • Loading branch information
sigiesec committed Mar 9, 2020
1 parent 80de7dc commit 0173f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom/simpledb/SDBResults.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class SDBResult : public nsISDBResult {
explicit SDBResult(const nsACString& aData);

private:
virtual ~SDBResult() {}
virtual ~SDBResult() = default;

NS_DECL_ISUPPORTS
NS_DECL_NSISDBRESULT
Expand Down

0 comments on commit 0173f3b

Please sign in to comment.