| 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..1feefa707f802bb320d351cb5d0ac6160a5a32b4 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=TouchEventAPI, 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=TouchEventAPI] TouchList createTouchList(Touch... touches);
|
|
|
| // Custom Elements
|
| // http://w3c.github.io/webcomponents/spec/custom/#extensions-to-document-interface-to-register
|
|
|