RESOLVED CONFIGURATION CHANGED 101764
HTMLOptionsCollection add does not need custom binding
https://bugs.webkit.org/show_bug.cgi?id=101764
Summary HTMLOptionsCollection add does not need custom binding
Erik Arvidsson
Reported 2012-11-09 08:05:44 PST
We currently have custom binding code for HTMLOptionsCollection add. It does not seem like it is needed add(HTMLOptionElement option, [Optional] unsigned long index))
Attachments
Erik Arvidsson
Comment 1 2012-11-12 08:51:13 PST
The way we treat NaN and Infinity to always mean 0 is the sole reason we need custom code here (ASFAICT). So once 101783 is fixed we should be able to remove the custom binding for add.
Ahmad Saleem
Comment 2 2023-03-27 15:29:38 PDT
Do we need to track this bug anymore? I tried to search for code mentioned in Comment 0 but couldn't find anything. CCing Chris and Ryosuke for comment, so if not needed, we can close this bug.
Ryosuke Niwa
Comment 3 2023-03-28 15:45:02 PDT
We don't have custom binding code anymore.
Note You need to log in before you can comment on or make changes to this bug.