Bug 101764
Summary: | HTMLOptionsCollection add does not need custom binding | ||
---|---|---|---|
Product: | WebKit | Reporter: | Erik Arvidsson <arv> |
Component: | DOM | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Erik Arvidsson
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
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
We don't have custom binding code anymore.