aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLOptionElement.webidl
diff options
context:
space:
mode:
authorPatrick Shaughnessy <pshaughn@comcast.net>2020-01-01 17:00:39 -0500
committerPatrick Shaughnessy <pshaughn@comcast.net>2020-01-09 15:38:02 -0500
commit767ccbe5689ceec231dc51a657a9d5a2e1c418d3 (patch)
tree073567614a57e387a5bda081805b5461bbe26f09 /components/script/dom/webidls/HTMLOptionElement.webidl
parentc6192dc286ce0496b76998c900b48cdf7cdabdfe (diff)
downloadservo-767ccbe5689ceec231dc51a657a9d5a2e1c418d3.tar.gz
servo-767ccbe5689ceec231dc51a657a9d5a2e1c418d3.zip
HTMLOptionElement.index
Diffstat (limited to 'components/script/dom/webidls/HTMLOptionElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLOptionElement.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLOptionElement.webidl b/components/script/dom/webidls/HTMLOptionElement.webidl
index 65f37458295..c995070d0e7 100644
--- a/components/script/dom/webidls/HTMLOptionElement.webidl
+++ b/components/script/dom/webidls/HTMLOptionElement.webidl
@@ -22,5 +22,5 @@ interface HTMLOptionElement : HTMLElement {
[CEReactions]
attribute DOMString text;
- // readonly attribute long index;
+ readonly attribute long index;
};