summaryrefslogtreecommitdiff
path: root/dom/worklet
diff options
context:
space:
mode:
Diffstat (limited to 'dom/worklet')
-rw-r--r--dom/worklet/Worklet.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/dom/worklet/Worklet.cpp b/dom/worklet/Worklet.cpp
index 7a76fcd1c8..f6baabd935 100644
--- a/dom/worklet/Worklet.cpp
+++ b/dom/worklet/Worklet.cpp
@@ -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()