| Index: client/dom/generated/wrapping_dom.js
|
| diff --git a/client/dom/generated/wrapping_dom.js b/client/dom/generated/wrapping_dom.js
|
| index c90f00003264197553897c355f3a86d48f5233ea..03bbe6633a81de34544c59020c44bf223cc93e80 100644
|
| --- a/client/dom/generated/wrapping_dom.js
|
| +++ b/client/dom/generated/wrapping_dom.js
|
| @@ -16486,9 +16486,17 @@ function native__HTMLSelectElementWrappingImplementation__namedItem(_this, name)
|
| }
|
| }
|
|
|
| -function native__HTMLSelectElementWrappingImplementation__remove(_this) {
|
| +function native__HTMLSelectElementWrappingImplementation__remove(_this, index_OR_option) {
|
| try {
|
| - return __dom_wrap(_this.$dom.remove());
|
| + return __dom_wrap(_this.$dom.remove(__dom_unwrap(index_OR_option)));
|
| + } catch (e) {
|
| + throw __dom_wrap_exception(e);
|
| + }
|
| +}
|
| +
|
| +function native__HTMLSelectElementWrappingImplementation__remove_2(_this, index_OR_option) {
|
| + try {
|
| + return __dom_wrap(_this.$dom.remove(__dom_unwrap(index_OR_option)));
|
| } catch (e) {
|
| throw __dom_wrap_exception(e);
|
| }
|
|
|