We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce7f089 commit 03bf8b9Copy full SHA for 03bf8b9
src/v8.zig
@@ -2551,7 +2551,6 @@ pub export fn v8_inspector__Client__IMPL__ensureDefaultContextInGroup(
2551
return inspector.ctx_handle;
2552
}
2553
2554
-
2555
usingnamespace if (@import("default_exports").inspector_subtype) struct {
2556
pub export fn v8_inspector__Client__IMPL__valueSubtype(
2557
_: *c.InspectorClientImpl,
@@ -2690,6 +2689,6 @@ pub const RemoteObject = struct {
2690
2689
handle: *c.RemoteObject,
2691
2692
pub fn deinit(self: *RemoteObject) void {
2693
- c.v8_inspector__Session__DELETE(self.handle);
+ c.v8_inspector__RemoteObject__DELETE(self.handle);
2694
2695
};
0 commit comments