Follow up to Issue #1578 - Remove unnecessary MOZ_ASSERT

This commit is contained in:
Lootyhoof 2020-06-14 23:23:23 +01:00 committed by Roy Tam
commit 2b8d258df0

View file

@ -160,7 +160,6 @@ nsNativeMenuService::~nsNativeMenuService() {
gPangoLayout = nullptr;
}
MOZ_ASSERT(sService == this);
sService = nullptr;
}