summaryrefslogtreecommitdiffstats
path: root/dom/webidl/HTMLProgressElement.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'dom/webidl/HTMLProgressElement.webidl')
-rw-r--r--dom/webidl/HTMLProgressElement.webidl6
1 files changed, 1 insertions, 5 deletions
diff --git a/dom/webidl/HTMLProgressElement.webidl b/dom/webidl/HTMLProgressElement.webidl
index 3d1000d22..028728e22 100644
--- a/dom/webidl/HTMLProgressElement.webidl
+++ b/dom/webidl/HTMLProgressElement.webidl
@@ -17,9 +17,5 @@ interface HTMLProgressElement : HTMLElement {
[SetterThrows]
attribute double max;
readonly attribute double position;
-
- /**
- * The labels attribute will be done with bug 567740.
- */
- //readonly attribute NodeList labels;
+ readonly attribute NodeList labels;
};