crash: increase HTMLCollection's RC from u8 to u32

This commit is contained in:
Karl Seguin
2026-07-15 22:42:14 +08:00
parent e3c41d152e
commit d2cb58a7d1

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);