Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/html. r=smaug

Differential Revision: https://phabricator.services.mozilla.com/D63171
This commit is contained in:
Simon Giesecke
2020-02-20 16:19:15 +00:00
parent 50bad3c4d9
commit 968040c445
79 changed files with 92 additions and 90 deletions

View File

@@ -561,7 +561,7 @@ NS_IMPL_ISUPPORTS(HTMLInputElement::nsFilePickerShownCallback,
nsIFilePickerShownCallback)
class nsColorPickerShownCallback final : public nsIColorPickerShownCallback {
~nsColorPickerShownCallback() {}
~nsColorPickerShownCallback() = default;
public:
nsColorPickerShownCallback(HTMLInputElement* aInput,