mirror of
				https://github.com/lightpanda-io/browser.git
				synced 2025-10-30 15:41:48 +00:00 
			
		
		
		
	arena -> call_arena for querySelectorAll
This commit is contained in:
		| @@ -69,7 +69,7 @@ pub const DocumentFragment = struct { | |||||||
|     } |     } | ||||||
|  |  | ||||||
|     pub fn _querySelectorAll(self: *parser.DocumentFragment, selector: []const u8, page: *Page) !NodeList { |     pub fn _querySelectorAll(self: *parser.DocumentFragment, selector: []const u8, page: *Page) !NodeList { | ||||||
|         return css.querySelectorAll(page.arena, parser.documentFragmentToNode(self), selector); |         return css.querySelectorAll(page.call_arena, parser.documentFragmentToNode(self), selector); | ||||||
|     } |     } | ||||||
| }; | }; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Karl Seguin
					Karl Seguin