LibWeb: Generate HTMLImageElement bindings from IDL :^)

This commit is contained in:
Andreas Kling 2020-06-21 15:26:09 +02:00
commit 119dd2c541
Notes: sideshowbarker 2024-07-19 05:29:29 +09:00
6 changed files with 18 additions and 118 deletions

View file

@ -0,0 +1,3 @@
interface HTMLImageElement : HTMLElement {
}