mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-22 12:44:43 +00:00
SemanticTree: use CDPNode.Id for NodeData id
This commit is contained in:
@@ -73,7 +73,7 @@ const OptionData = struct {
|
||||
};
|
||||
|
||||
const NodeData = struct {
|
||||
id: u32,
|
||||
id: CDPNode.Id,
|
||||
axn: AXNode,
|
||||
role: []const u8,
|
||||
name: ?[]const u8,
|
||||
|
||||
Reference in New Issue
Block a user