diff --git a/Libraries/LibJS/Runtime/Shape.cpp b/Libraries/LibJS/Runtime/Shape.cpp index 4fd26ed631..5e018465f3 100644 --- a/Libraries/LibJS/Runtime/Shape.cpp +++ b/Libraries/LibJS/Runtime/Shape.cpp @@ -151,8 +151,6 @@ void Shape::ensure_property_table() const return; m_property_table = make>(); - DeferGC defer(heap()); - u32 next_offset = 0; Vector transition_chain;