mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-30 07:31:47 +00:00
dom: add DOMImplementation.deinit
This commit is contained in:
@@ -62,6 +62,8 @@ pub const DOMImplementation = struct {
|
|||||||
const doc = parser.domImplementationCreateHTMLDocument(title);
|
const doc = parser.domImplementationCreateHTMLDocument(title);
|
||||||
return doc;
|
return doc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pub fn deinit(_: *DOMImplementation, _: std.mem.Allocator) void {}
|
||||||
};
|
};
|
||||||
|
|
||||||
// Tests
|
// Tests
|
||||||
|
|||||||
Reference in New Issue
Block a user