summaryrefslogtreecommitdiff
path: root/js/src/vm/Shape-inl.h
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/vm/Shape-inl.h')
-rw-r--r--js/src/vm/Shape-inl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/vm/Shape-inl.h b/js/src/vm/Shape-inl.h
index ab16bfb192..7b7561220e 100644
--- a/js/src/vm/Shape-inl.h
+++ b/js/src/vm/Shape-inl.h
@@ -123,7 +123,7 @@ Shape::new_(ExclusiveContext* cx, Handle<StackShape> other, uint32_t nfixed)
inline void
Shape::updateBaseShapeAfterMovingGC()
{
- BaseShape* base = base_.unbarrieredGet();
+ BaseShape* base = base_;
if (IsForwarded(base))
base_.unsafeSet(Forwarded(base));
}