Bug 101764

Summary: HTMLOptionsCollection add does not need custom binding
Product: WebKit Reporter: Erik Arvidsson <arv>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: ahmad.saleem792, cdumez, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 101783    
Bug Blocks:    

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.