diff options
Diffstat (limited to 'WebCore/dom/EventNames.h')
-rw-r--r-- | WebCore/dom/EventNames.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/dom/EventNames.h b/WebCore/dom/EventNames.h index 930ef3a..b2db177 100644 --- a/WebCore/dom/EventNames.h +++ b/WebCore/dom/EventNames.h @@ -96,6 +96,8 @@ namespace WebCore { macro(touchmove) \ macro(touchend) \ macro(touchcancel) \ + macro(touchlongpress) \ + macro(touchdoubletap) \ /* #endif */ \ macro(unload) \ macro(updateready) \ |