summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLElement.h')
-rw-r--r--WebCore/html/HTMLElement.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/html/HTMLElement.h b/WebCore/html/HTMLElement.h
index 52e9ecf..1660e2a 100644
--- a/WebCore/html/HTMLElement.h
+++ b/WebCore/html/HTMLElement.h
@@ -66,6 +66,9 @@ public:
virtual bool draggable() const;
void setDraggable(bool);
+ bool spellcheck() const;
+ void setSpellcheck(bool);
+
void click();
virtual void accessKeyAction(bool sendToAnyElement);