diff --git a/js/src/jstypedarray.cpp b/js/src/jstypedarray.cpp index 3817d378268b..77b7b44c350c 100644 --- a/js/src/jstypedarray.cpp +++ b/js/src/jstypedarray.cpp @@ -376,7 +376,7 @@ ArrayBufferObject::create(JSContext *cx, uint32_t nbytes, uint8_t *contents) js::Shape *empty = EmptyShape::getInitialShape(cx, &ArrayBufferClass, obj->getProto(), obj->getParent(), - gc::FINALIZE_OBJECT16); + gc::FINALIZE_OBJECT16_BACKGROUND); if (!empty) return NULL; obj->setLastPropertyInfallible(empty);