summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/MutationEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/MutationEvent.h')
-rw-r--r--WebCore/dom/MutationEvent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/dom/MutationEvent.h b/WebCore/dom/MutationEvent.h
index 29b978c..f2ba759 100644
--- a/WebCore/dom/MutationEvent.h
+++ b/WebCore/dom/MutationEvent.h
@@ -31,6 +31,8 @@ namespace WebCore {
class MutationEvent : public Event {
public:
+ virtual ~MutationEvent();
+
enum attrChangeType {
MODIFICATION = 1,
ADDITION = 2,