mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 23:30:46 +00:00
Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/worklet. r=smaug
Depends on D66033 Differential Revision: https://phabricator.services.mozilla.com/D66034 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
664f5a98ab
commit
d152e69887
@ -264,7 +264,7 @@ class WorkletFetchHandler final : public PromiseNativeHandler,
|
||||
mPromises.AppendElement(aPromise);
|
||||
}
|
||||
|
||||
~WorkletFetchHandler() {}
|
||||
~WorkletFetchHandler() = default;
|
||||
|
||||
void AddPromise(Promise* aPromise) {
|
||||
MOZ_ASSERT(aPromise);
|
||||
|
Loading…
x
Reference in New Issue
Block a user