diff options
author | tanishka <109246904+taniishkaaa@users.noreply.github.com> | 2024-10-17 18:19:00 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-17 12:49:00 +0000 |
commit | cd7b66be58e289faa5a605856500bb1ebd0773bf (patch) | |
tree | f3d8778f7cc1cdc44bb4331e0014e929ad3ce428 /components/script/dom/bindings/codegen | |
parent | 72ff89620bbcc03b1534a092f65e526909df3a4a (diff) | |
download | servo-cd7b66be58e289faa5a605856500bb1ebd0773bf.tar.gz servo-cd7b66be58e289faa5a605856500bb1ebd0773bf.zip |
CanGc fixes in components/script/dom (#33880)
Signed-off-by: taniishkaaa <tanishkasingh2004@gmail.com>
Diffstat (limited to 'components/script/dom/bindings/codegen')
-rw-r--r-- | components/script/dom/bindings/codegen/Bindings.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/components/script/dom/bindings/codegen/Bindings.conf b/components/script/dom/bindings/codegen/Bindings.conf index e2cd66af44f..1bb3f5ba472 100644 --- a/components/script/dom/bindings/codegen/Bindings.conf +++ b/components/script/dom/bindings/codegen/Bindings.conf @@ -132,6 +132,10 @@ DOMInterfaces = { 'inRealms': ['PlayEffect', 'Reset'] }, +'HTMLFormElement': { + 'canGc': ['RequestSubmit'], +}, + 'HTMLMediaElement': { 'canGc': ['Load', 'Pause', 'Play', 'SetSrcObject'], 'inRealms': ['Play'], |