summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/InputElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/InputElement.h')
-rw-r--r--WebCore/dom/InputElement.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/dom/InputElement.h b/WebCore/dom/InputElement.h
index d5ce212..34784bc 100644
--- a/WebCore/dom/InputElement.h
+++ b/WebCore/dom/InputElement.h
@@ -107,6 +107,7 @@ protected:
class InputElementData {
public:
InputElementData();
+ ~InputElementData();
const AtomicString& name() const;
void setName(const AtomicString& value) { m_name = value; }