Issue #1877 - Resolve RELEASE_OR_BETA conditionals.

This commit is contained in:
Moonchild 2022-02-04 01:44:41 +00:00 committed by roytam1
commit d4eac725fd
30 changed files with 75 additions and 144 deletions

View file

@ -328,9 +328,8 @@ Worklet::Worklet(nsPIDOMWindowInner* aWindow, nsIPrincipal* aPrincipal)
MOZ_ASSERT(aWindow);
MOZ_ASSERT(aPrincipal);
#ifdef RELEASE_OR_BETA
// XXXMC: Do we want this worklet code in the future?
MOZ_CRASH("This code should not go to release/beta yet!");
#endif
}
Worklet::~Worklet()