summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLProgressElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLProgressElement.idl')
-rw-r--r--WebCore/html/HTMLProgressElement.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/html/HTMLProgressElement.idl b/WebCore/html/HTMLProgressElement.idl
index 935bd95..b49252c 100644
--- a/WebCore/html/HTMLProgressElement.idl
+++ b/WebCore/html/HTMLProgressElement.idl
@@ -27,6 +27,7 @@ module html {
setter raises(DOMException);
readonly attribute double position;
readonly attribute HTMLFormElement form;
+ readonly attribute NodeList labels;
};
}