| Index: third_party/WebKit/Source/core/dom/Document.idl | 
| diff --git a/third_party/WebKit/Source/core/dom/Document.idl b/third_party/WebKit/Source/core/dom/Document.idl | 
| index a0db267f80be05e3204c5d0571e613c0c0e52834..256b03c9ced2c34bada0c7c2db364f6a47e544ad 100644 | 
| --- a/third_party/WebKit/Source/core/dom/Document.idl | 
| +++ b/third_party/WebKit/Source/core/dom/Document.idl | 
| @@ -156,7 +156,7 @@ interface Document : Node { | 
| // Touch Events | 
| // http://rawgit.com/w3c/touch-events/v1-errata/touchevents.html#extensions-to-the-document-interface | 
| // FIXME: The arguments should not be optional. | 
| -    [RuntimeEnabled=Touch, Measure, LegacyInterfaceTypeChecking, Custom=CallPrologue] | 
| +    [RuntimeEnabled=TouchAPI, Measure, LegacyInterfaceTypeChecking, Custom=CallPrologue] | 
| Touch createTouch([Default=Undefined] optional Window window, | 
| [Default=Undefined] optional EventTarget target, | 
| [Default=Undefined] optional long identifier, | 
| @@ -168,7 +168,7 @@ interface Document : Node { | 
| [Default=Undefined] optional unrestricted double radiusY, | 
| [Default=Undefined] optional unrestricted float rotationAngle, | 
| [Default=Undefined] optional unrestricted float force); | 
| -    [RuntimeEnabled=Touch] TouchList createTouchList(Touch... touches); | 
| +    [RuntimeEnabled=TouchAPI] TouchList createTouchList(Touch... touches); | 
|  | 
| // Custom Elements | 
| // http://w3c.github.io/webcomponents/spec/custom/#extensions-to-document-interface-to-register | 
|  |