summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/TouchEvent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/TouchEvent.cpp')
-rw-r--r--WebCore/dom/TouchEvent.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/dom/TouchEvent.cpp b/WebCore/dom/TouchEvent.cpp
index d02bac8..7ce856f 100644
--- a/WebCore/dom/TouchEvent.cpp
+++ b/WebCore/dom/TouchEvent.cpp
@@ -39,6 +39,8 @@ TouchEvent::TouchEvent(TouchList* touches, TouchList* targetTouches,
, m_touches(touches)
, m_targetTouches(targetTouches)
, m_changedTouches(changedTouches)
+ , m_longPressPrevented(false)
+ , m_doubleTapPrevented(false)
{
}