summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLElement.idl')
-rw-r--r--WebCore/html/HTMLElement.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/html/HTMLElement.idl b/WebCore/html/HTMLElement.idl
index 863f28c..b127c51 100644
--- a/WebCore/html/HTMLElement.idl
+++ b/WebCore/html/HTMLElement.idl
@@ -31,6 +31,7 @@ module html {
attribute [Reflect] DOMString lang;
attribute [Reflect] DOMString dir;
attribute [Reflect=class] DOMString className;
+ readonly attribute DOMTokenList classList;
attribute long tabIndex;
attribute boolean draggable;