mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-09-25 05:55:43 -04:00
wpt: update parser.documentHTMLParseFromFileAlloc refacto
This commit is contained in:
1 file changed
+1
-1
+1
-1
@@ -137,7 +137,7 @@ fn runWPT(arena: *std.heap.ArenaAllocator, f: []const u8, loader: *FileLoader) !
|
||||
const alloc = arena.allocator();
|
||||
|
||||
// document
|
||||
const htmldoc = try parser.documentHTMLParse(alloc, f);
|
||||
const htmldoc = try parser.documentHTMLParseFromFileAlloc(alloc, f);
|
||||
var doc = parser.documentHTMLToDocument(htmldoc);
|
||||
|
||||
// create JS env
|
||||
|
||||
Reference in new issue
Block a user