summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/KeyboardEvent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/KeyboardEvent.cpp')
-rw-r--r--WebCore/dom/KeyboardEvent.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/WebCore/dom/KeyboardEvent.cpp b/WebCore/dom/KeyboardEvent.cpp
index 6bc825f..99c9220 100644
--- a/WebCore/dom/KeyboardEvent.cpp
+++ b/WebCore/dom/KeyboardEvent.cpp
@@ -80,7 +80,6 @@ KeyboardEvent::KeyboardEvent(const AtomicString& eventType, bool canBubble, bool
KeyboardEvent::~KeyboardEvent()
{
- delete m_keyEvent;
}
void KeyboardEvent::initKeyboardEvent(const AtomicString& type, bool canBubble, bool cancelable, AbstractView* view,