Uncomment a webidl method we now support

First commented out in #568 when we didn't support this we now do!

Closes #1111
This commit is contained in:
Alex Crichton 2018-12-14 13:24:52 -08:00
parent 4054ce8a2c
commit ae49dd8697

View File

@ -37,10 +37,8 @@ interface HTMLSelectElement : HTMLElement {
HTMLOptionElement? namedItem(DOMString name);
[CEReactions, Throws]
void add((HTMLOptionElement or HTMLOptGroupElement) element, optional (HTMLElement or long)? before = null);
/* TODO not permitted multiple functions with the same name
[CEReactions]
void remove(long index);
*/
[CEReactions, Throws]
setter void (unsigned long index, HTMLOptionElement? option);