summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/BeforeTextInsertedEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/BeforeTextInsertedEvent.h')
-rw-r--r--WebCore/dom/BeforeTextInsertedEvent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/dom/BeforeTextInsertedEvent.h b/WebCore/dom/BeforeTextInsertedEvent.h
index f2a2ac4..a6966ff 100644
--- a/WebCore/dom/BeforeTextInsertedEvent.h
+++ b/WebCore/dom/BeforeTextInsertedEvent.h
@@ -32,6 +32,8 @@ namespace WebCore {
class BeforeTextInsertedEvent : public Event {
public:
+ virtual ~BeforeTextInsertedEvent();
+
static PassRefPtr<BeforeTextInsertedEvent> create(const String& text)
{
return adoptRef(new BeforeTextInsertedEvent(text));