mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 23:23:28 +00:00
fix double dereference
This commit is contained in:
@@ -634,7 +634,6 @@ pub const Page = struct {
|
|||||||
return arr.items;
|
return arr.items;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
fn fetchScript(self: *const Page, s: *const Script) !void {
|
fn fetchScript(self: *const Page, s: *const Script) !void {
|
||||||
const arena = self.arena;
|
const arena = self.arena;
|
||||||
const body = try self.fetchData(arena, s.src, null);
|
const body = try self.fetchData(arena, s.src, null);
|
||||||
|
|||||||
Reference in New Issue
Block a user