mirror of
				https://github.com/lightpanda-io/browser.git
				synced 2025-10-29 15:13:28 +00:00 
			
		
		
		
	fix CSSStyleSheet prototype
This commit is contained in:
		| @@ -25,6 +25,8 @@ const CSSRuleList = @import("css_rule_list.zig").CSSRuleList; | ||||
| const CSSImportRule = @import("css_rule.zig").CSSImportRule; | ||||
|  | ||||
| pub const CSSStyleSheet = struct { | ||||
|     pub const prototype = *StyleSheet; | ||||
|  | ||||
|     proto: StyleSheet, | ||||
|     css_rules: CSSRuleList, | ||||
|     owner_rule: ?*CSSImportRule, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Karl Seguin
					Karl Seguin