Skip to content

Commit f0635e6

Browse files
zeesuyeonemilio
authored andcommitted
Change baseURL type to be nullable
1 parent ca3f9e7 commit f0635e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cssom-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@ interface CSSStyleSheet : StyleSheet {
10911091
};
10921092

10931093
dictionary CSSStyleSheetInit {
1094-
DOMString baseURL = null;
1094+
DOMString? baseURL = null;
10951095
(MediaList or DOMString) media = "";
10961096
boolean disabled = false;
10971097
};

0 commit comments

Comments
 (0)