Skip to content

Commit 4c5d916

Browse files
committed
chore: migrate
1 parent f7c15b7 commit 4c5d916

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

inputfiles/addedTypes.jsonc

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,6 @@
2020
}
2121
}
2222
}
23-
},
24-
"WebGLRenderingContextBase": {
25-
"properties": {
26-
"property": {
27-
"canvas": {
28-
"exposed": "Window"
29-
}
30-
}
31-
}
3223
}
3324
}
3425
},

inputfiles/patches/webgl.kdl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
interface-mixin WebGLRenderingContextBase {
2+
property canvas exposed=Window
3+
}

0 commit comments

Comments
 (0)