LibWeb: Convert ConnectionTimingInfo to a standard layout struct

There's nothing about this type that requires it to be GC allocated
This commit is contained in:
Andrew Kaster 2025-01-23 09:15:35 -07:00 committed by Andrew Kaster
parent 47716a4e11
commit 8e3798b25e
Notes: github-actions[bot] 2025-02-18 18:36:45 +00:00
6 changed files with 12 additions and 64 deletions

View file

@ -22,7 +22,6 @@ GC::Ref<FetchTimingInfo> FetchTimingInfo::create(JS::VM& vm)
void FetchTimingInfo::visit_edges(JS::Cell::Visitor& visitor)
{
Base::visit_edges(visitor);
visitor.visit(m_final_connection_timing_info);
}
// https://fetch.spec.whatwg.org/#create-an-opaque-timing-info