We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97bc19e commit 54bd55dCopy full SHA for 54bd55d
src/browser/cssom/css_stylesheet.zig
@@ -25,6 +25,8 @@ const CSSRuleList = @import("css_rule_list.zig").CSSRuleList;
25
const CSSImportRule = @import("css_rule.zig").CSSImportRule;
26
27
pub const CSSStyleSheet = struct {
28
+ pub const prototype = *StyleSheet;
29
+
30
proto: StyleSheet,
31
css_rules: CSSRuleList,
32
owner_rule: ?*CSSImportRule,
0 commit comments