Merge pull request #2973 from lightpanda-io/htmlcollection-rc-size

crash: increase HTMLCollection's RC from u8 to u32
This commit is contained in:
Karl Seguin
2026-07-15 23:07:23 +08:00
committed by GitHub

View File

@@ -58,7 +58,7 @@ _data: union(Mode) {
form: NodeLive(.form),
empty: void,
},
_rc: lp.RC(u8) = .{},
_rc: lp.RC(u32) = .{},
pub fn deinit(self: *HTMLCollection, page: *Page) void {
page.factory.destroy(self);