зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1613985 - Use default for equivalent-to-default constructors/destructors in tools. r=mstange
Depends on D66013 Differential Revision: https://phabricator.services.mozilla.com/D66015 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
33bc0a178b
Коммит
fcd4872d20
|
@ -57,7 +57,7 @@ class ProfilerMarkerPayload {
|
|||
UniqueProfilerBacktrace aStack = nullptr)
|
||||
: mCommonProps{aStartTime, aEndTime, std::move(aStack), aInnerWindowID} {}
|
||||
|
||||
virtual ~ProfilerMarkerPayload() {}
|
||||
virtual ~ProfilerMarkerPayload() = default;
|
||||
|
||||
// Compute the number of bytes needed to serialize the `DeserializerTag` and
|
||||
// payload, including in the no-payload (nullptr) case.
|
||||
|
|
Загрузка…
Ссылка в новой задаче