Skip to content

Commit 54bd55d

Browse files
committed
fix CSSStyleSheet prototype
1 parent 97bc19e commit 54bd55d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/browser/cssom/css_stylesheet.zig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ const CSSRuleList = @import("css_rule_list.zig").CSSRuleList;
2525
const CSSImportRule = @import("css_rule.zig").CSSImportRule;
2626

2727
pub const CSSStyleSheet = struct {
28+
pub const prototype = *StyleSheet;
29+
2830
proto: StyleSheet,
2931
css_rules: CSSRuleList,
3032
owner_rule: ?*CSSImportRule,

0 commit comments

Comments
 (0)