mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-30 07:31:47 +00:00
@@ -184,7 +184,7 @@ pub const Node = struct {
|
|||||||
if (std.mem.eql(u8, namespace.?, "")) {
|
if (std.mem.eql(u8, namespace.?, "")) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
return parser.nodeLookupPrefix(self, namespace);
|
return parser.nodeLookupPrefix(self, namespace.?);
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn _lookupNamespaceURI(self: *parser.Node, prefix: ?[]const u8) ?[]const u8 {
|
pub fn _lookupNamespaceURI(self: *parser.Node, prefix: ?[]const u8) ?[]const u8 {
|
||||||
|
|||||||
Reference in New Issue
Block a user