Index: Source/core/html/HTMLSelectElement.idl |
diff --git a/Source/core/html/HTMLSelectElement.idl b/Source/core/html/HTMLSelectElement.idl |
index 52a124495f932a7c716c1d10bd0744669c5c0d5f..4e27eb243040f3b6adae661d35dea1b30ce90226 100644 |
--- a/Source/core/html/HTMLSelectElement.idl |
+++ b/Source/core/html/HTMLSelectElement.idl |
@@ -42,7 +42,7 @@ interface HTMLSelectElement : HTMLElement { |
[ImplementedAs=addBeforeOptionAtIndex, RaisesException, TypeChecking=Interface] void add(HTMLElement element, long before); |
[RaisesException] void remove(); // ChildNode overload |
void remove(long index); |
- [RaisesException, TypeChecking=Interface|Nullable] setter HTMLOptionElement (unsigned long index, HTMLOptionElement? value); |
+ [RaisesException, TypeChecking=Interface] setter HTMLOptionElement (unsigned long index, HTMLOptionElement? value); |
readonly attribute HTMLCollection selectedOptions; |
attribute long selectedIndex; |