summaryrefslogtreecommitdiff
path: root/Source/WebCore/html/HTMLSelectElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/HTMLSelectElement.idl')
-rw-r--r--Source/WebCore/html/HTMLSelectElement.idl3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/WebCore/html/HTMLSelectElement.idl b/Source/WebCore/html/HTMLSelectElement.idl
index b86363694..de8d2d6d0 100644
--- a/Source/WebCore/html/HTMLSelectElement.idl
+++ b/Source/WebCore/html/HTMLSelectElement.idl
@@ -28,7 +28,7 @@ module html {
attribute [Reflect] boolean disabled;
readonly attribute HTMLFormElement form;
attribute boolean multiple;
- attribute [TreatNullAs=NullString] DOMString name;
+ attribute [Reflect] DOMString name;
attribute [Reflect] boolean required;
attribute long size;
@@ -53,7 +53,6 @@ module html {
#else
void remove(in long index);
#endif
- readonly attribute HTMLCollection selectedOptions;
attribute long selectedIndex;
attribute [TreatNullAs=NullString] DOMString value;