Index: third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl |
diff --git a/third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl b/third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl |
index e3e32ccb302ff810bed585a8998b64e4dd02d2a4..de33f3c341ff2ca7caa22fc7d35f7d8a2c329834 100644 |
--- a/third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl |
+++ b/third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl |
@@ -113,8 +113,8 @@ |
// Touch Events |
// https://w3c.github.io/touch-events/#extensions-to-the-globaleventhandlers-interface |
- [RuntimeEnabled=TouchEventAPI] attribute EventHandler ontouchcancel; |
- [RuntimeEnabled=TouchEventAPI] attribute EventHandler ontouchend; |
- [RuntimeEnabled=TouchEventAPI] attribute EventHandler ontouchmove; |
- [RuntimeEnabled=TouchEventAPI] attribute EventHandler ontouchstart; |
+ [RuntimeEnabled=TouchEventFeatureDetection] attribute EventHandler ontouchcancel; |
+ [RuntimeEnabled=TouchEventFeatureDetection] attribute EventHandler ontouchend; |
+ [RuntimeEnabled=TouchEventFeatureDetection] attribute EventHandler ontouchmove; |
+ [RuntimeEnabled=TouchEventFeatureDetection] attribute EventHandler ontouchstart; |
}; |