diff options
Diffstat (limited to 'components/script_bindings')
-rw-r--r-- | components/script_bindings/codegen/Bindings.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script_bindings/codegen/Bindings.conf b/components/script_bindings/codegen/Bindings.conf index 256097310bb..1c888b27292 100644 --- a/components/script_bindings/codegen/Bindings.conf +++ b/components/script_bindings/codegen/Bindings.conf @@ -360,7 +360,7 @@ DOMInterfaces = { }, 'HTMLOptionsCollection': { - 'canGc': ['IndexedSetter', 'SetLength'] + 'canGc': ['IndexedSetter', 'SetLength', 'SetSelectedIndex'] }, 'HTMLOutputElement': { @@ -376,7 +376,7 @@ DOMInterfaces = { }, 'HTMLSelectElement': { - 'canGc': ['ReportValidity', 'SetLength', 'IndexedSetter', 'CheckValidity'], + 'canGc': ['ReportValidity', 'SetLength', 'IndexedSetter', 'CheckValidity', 'SetSelectedIndex'], }, 'HTMLTableElement': { |