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