| Index: third_party/WebKit/Source/core/testing/Internals.idl
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl
|
| index 5db069457059775a1c90619609e7b22685e712a6..38dd4c5ba49813f70464358d1f29514188637cdf 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -145,7 +145,8 @@
|
| unsigned long activeDOMObjectCount(Document document);
|
| unsigned long wheelEventHandlerCount(Document document);
|
| unsigned long scrollEventHandlerCount(Document document);
|
| - unsigned long touchEventHandlerCount(Document document);
|
| + unsigned long touchStartOrMoveEventHandlerCount(Document document);
|
| + unsigned long touchEndOrCancelEventHandlerCount(Document document);
|
| [RaisesException] LayerRectList touchEventTargetLayerRects(Document document);
|
|
|
| [RaisesException] boolean executeCommand(Document document, DOMString name, DOMString value);
|
|
|