mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-02-04 14:33:47 +00:00
port Platform and Inspector to use v8's C handles/functions directly
This commit is contained in:
@@ -135,7 +135,7 @@ fn run(
|
||||
return err;
|
||||
};
|
||||
|
||||
return value.toString(arena);
|
||||
return value.toString(.{ .allocator = arena });
|
||||
}
|
||||
|
||||
const Writer = struct {
|
||||
|
||||
Reference in New Issue
Block a user