Skip to content

Commit 03bf8b9

Browse files
committed
v8_inspector__RemoteObject__DELETE
1 parent ce7f089 commit 03bf8b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/v8.zig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2551,7 +2551,6 @@ pub export fn v8_inspector__Client__IMPL__ensureDefaultContextInGroup(
25512551
return inspector.ctx_handle;
25522552
}
25532553

2554-
25552554
usingnamespace if (@import("default_exports").inspector_subtype) struct {
25562555
pub export fn v8_inspector__Client__IMPL__valueSubtype(
25572556
_: *c.InspectorClientImpl,
@@ -2690,6 +2689,6 @@ pub const RemoteObject = struct {
26902689
handle: *c.RemoteObject,
26912690

26922691
pub fn deinit(self: *RemoteObject) void {
2693-
c.v8_inspector__Session__DELETE(self.handle);
2692+
c.v8_inspector__RemoteObject__DELETE(self.handle);
26942693
}
26952694
};

0 commit comments

Comments
 (0)