| 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 bb373e48cb6d63bd823b7f1326682183b18e2e1a..e3e32ccb302ff810bed585a8998b64e4dd02d2a4 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=Touch] attribute EventHandler ontouchcancel;
 | 
| -    [RuntimeEnabled=Touch] attribute EventHandler ontouchend;
 | 
| -    [RuntimeEnabled=Touch] attribute EventHandler ontouchmove;
 | 
| -    [RuntimeEnabled=Touch] attribute EventHandler ontouchstart;
 | 
| +    [RuntimeEnabled=TouchEventAPI] attribute EventHandler ontouchcancel;
 | 
| +    [RuntimeEnabled=TouchEventAPI] attribute EventHandler ontouchend;
 | 
| +    [RuntimeEnabled=TouchEventAPI] attribute EventHandler ontouchmove;
 | 
| +    [RuntimeEnabled=TouchEventAPI] attribute EventHandler ontouchstart;
 | 
|  };
 | 
| 
 |