fix CSSStyleSheet prototype

This commit is contained in:
Karl Seguin
2025-06-19 10:25:13 +08:00
parent 97bc19e4ae
commit 54bd55d45d

View File

@@ -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,