diff options
Diffstat (limited to 'WebCore/html/HTMLInputElement.idl')
-rw-r--r-- | WebCore/html/HTMLInputElement.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/html/HTMLInputElement.idl b/WebCore/html/HTMLInputElement.idl index 4563120..83b04e7 100644 --- a/WebCore/html/HTMLInputElement.idl +++ b/WebCore/html/HTMLInputElement.idl @@ -95,6 +95,7 @@ module html { #endif readonly attribute FileList files; + readonly attribute NodeList labels; }; } |