mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-23 05:04:42 +00:00
remove empty_with_no_proto from console, since it isn't empty
This commit is contained in:
@@ -167,7 +167,6 @@ pub const JsApi = struct {
|
|||||||
|
|
||||||
pub const prototype_chain = bridge.prototypeChain();
|
pub const prototype_chain = bridge.prototypeChain();
|
||||||
pub var class_id: bridge.ClassId = undefined;
|
pub var class_id: bridge.ClassId = undefined;
|
||||||
pub const empty_with_no_proto = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
pub const trace = bridge.function(Console.trace, .{});
|
pub const trace = bridge.function(Console.trace, .{});
|
||||||
|
|||||||
Reference in New Issue
Block a user