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