| Index: Source/core/dom/EventNames.in
|
| diff --git a/Source/core/dom/EventNames.in b/Source/core/dom/EventNames.in
|
| index 784373866cf3c9ea4e8a3a6f972ca52a0c37c74a..33f93aaa0da93ebd66e1214a54f5ff6d574f5a92 100644
|
| --- a/Source/core/dom/EventNames.in
|
| +++ b/Source/core/dom/EventNames.in
|
| @@ -46,7 +46,7 @@ SVGEvents interfaceName=Event, conditional=SVG
|
| SVGZoomEvent conditional=SVG
|
| SVGZoomEvents interfaceName=SVGZoomEvent, conditional=SVG
|
| IDBVersionChangeEvent
|
| -TouchEvent runtimeConditional=touchEnabled
|
| +TouchEvent conditional=TOUCH_EVENTS, runtimeConditional=touchEnabled
|
| DeviceMotionEvent
|
| DeviceOrientationEvent
|
| OrientationEvent interfaceName=Event, conditional=ORIENTATION_EVENTS
|
|
|