mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-08-02 18:59:36 -04:00
crash: increase HTMLCollection's RC from u8 to u32
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user