Commit 6172d5e
authored
[css-regions] Avoid the use of Region as a return type (#6228)
As an interface mixin, Region can't be used as a type per Web IDL:
https://heycam.github.io/webidl/#idl-types
Fixes #5519.1 parent dfac6c5 commit 6172d5e
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1090 | 1090 | | |
1091 | 1091 | | |
1092 | 1092 | | |
1093 | | - | |
| 1093 | + | |
1094 | 1094 | | |
1095 | 1095 | | |
1096 | | - | |
| 1096 | + | |
1097 | 1097 | | |
1098 | 1098 | | |
1099 | 1099 | | |
| |||
0 commit comments