| 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..b802dfceec3233a6580ecf7e63898410d1433eab 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=TouchAPI] attribute EventHandler ontouchcancel; | 
| +    [RuntimeEnabled=TouchAPI] attribute EventHandler ontouchend; | 
| +    [RuntimeEnabled=TouchAPI] attribute EventHandler ontouchmove; | 
| +    [RuntimeEnabled=TouchAPI] attribute EventHandler ontouchstart; | 
| }; | 
|  |