summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/OptionElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/OptionElement.h')
-rw-r--r--WebCore/dom/OptionElement.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/dom/OptionElement.h b/WebCore/dom/OptionElement.h
index 232c3ee..9ff5cd5 100644
--- a/WebCore/dom/OptionElement.h
+++ b/WebCore/dom/OptionElement.h
@@ -58,6 +58,7 @@ private:
class OptionElementData {
public:
OptionElementData();
+ ~OptionElementData();
String value() const { return m_value; }
void setValue(const String& value) { m_value = value; }