summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/BeforeTextInsertedEvent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/BeforeTextInsertedEvent.cpp')
-rw-r--r--WebCore/dom/BeforeTextInsertedEvent.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/dom/BeforeTextInsertedEvent.cpp b/WebCore/dom/BeforeTextInsertedEvent.cpp
index af86d66..472eefc 100644
--- a/WebCore/dom/BeforeTextInsertedEvent.cpp
+++ b/WebCore/dom/BeforeTextInsertedEvent.cpp
@@ -35,4 +35,8 @@ BeforeTextInsertedEvent::BeforeTextInsertedEvent(const String& text)
{
}
+BeforeTextInsertedEvent::~BeforeTextInsertedEvent()
+{
+}
+
}