mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-13 04:21:54 +00:00
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:
parent
47716a4e11
commit
8e3798b25e
Notes:
github-actions[bot]
2025-02-18 18:36:45 +00:00
Author: https://github.com/ADKaster
Commit: 8e3798b25e
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3346
Reviewed-by: https://github.com/AtkinsSJ
6 changed files with 12 additions and 64 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue