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