summaryrefslogtreecommitdiffstats
path: root/js/src/gc/StableCellHasher-inl.h
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/gc/StableCellHasher-inl.h')
-rw-r--r--js/src/gc/StableCellHasher-inl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/src/gc/StableCellHasher-inl.h b/js/src/gc/StableCellHasher-inl.h
index af0caaad89..34a8827cfb 100644
--- a/js/src/gc/StableCellHasher-inl.h
+++ b/js/src/gc/StableCellHasher-inl.h
@@ -132,7 +132,6 @@ inline bool HasUniqueId(Cell* cell) {
inline void TransferUniqueId(Cell* tgt, Cell* src) {
MOZ_ASSERT(src != tgt);
- MOZ_ASSERT(!IsInsideNursery(tgt));
MOZ_ASSERT(CurrentThreadCanAccessRuntime(tgt->runtimeFromAnyThread()));
MOZ_ASSERT(src->zone() == tgt->zone());