summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/CustomEvent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/CustomEvent.cpp')
-rw-r--r--WebCore/dom/CustomEvent.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/dom/CustomEvent.cpp b/WebCore/dom/CustomEvent.cpp
index c377063..53e255d 100644
--- a/WebCore/dom/CustomEvent.cpp
+++ b/WebCore/dom/CustomEvent.cpp
@@ -34,6 +34,10 @@ CustomEvent::CustomEvent()
{
}
+CustomEvent::~CustomEvent()
+{
+}
+
void CustomEvent::initCustomEvent(const AtomicString& type, bool canBubble, bool cancelable, ScriptValue detail)
{
if (dispatched())