mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-17 10:56:07 +00:00
Now that both the layout tree and browsing context are GC-allocated, we can formalize their relationship a bit better by having layout nodes keep a NonnullGCPtr to the browsing context. This makes the previously-indirect link direct, removing an unpleasant "how do we know the browsing context is alive" question when accessing it from the layout tree.
26 KiB
26 KiB