mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Issue #1877 - Resolve RELEASE_OR_BETA conditionals.
This commit is contained in:
parent
93c90e371b
commit
d4eac725fd
30 changed files with 75 additions and 144 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue