summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLButtonElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLButtonElement.idl')
-rw-r--r--WebCore/html/HTMLButtonElement.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/html/HTMLButtonElement.idl b/WebCore/html/HTMLButtonElement.idl
index 73098fe..cf9f648 100644
--- a/WebCore/html/HTMLButtonElement.idl
+++ b/WebCore/html/HTMLButtonElement.idl
@@ -35,6 +35,7 @@ module html {
boolean checkValidity();
void setCustomValidity(in [ConvertUndefinedOrNullToNullString] DOMString error);
void click();
+ readonly attribute NodeList labels;
};
}