summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/Element.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/Element.h')
-rw-r--r--WebCore/dom/Element.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/dom/Element.h b/WebCore/dom/Element.h
index d9a5085..b51e750 100644
--- a/WebCore/dom/Element.h
+++ b/WebCore/dom/Element.h
@@ -36,6 +36,7 @@ class Attribute;
class ClientRect;
class ClientRectList;
class DOMStringMap;
+class DOMTokenList;
class ElementRareData;
class IntSize;
@@ -269,6 +270,9 @@ public:
bool webkitMatchesSelector(const String& selectors, ExceptionCode&);
+ DOMTokenList* classList();
+ DOMTokenList* optionalClassList() const;
+
DOMStringMap* dataset();
DOMStringMap* optionalDataset() const;