| 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 bb68d1a3239c79854d88a75d13ab89270a9e492e..44e0e50b4376ed3c97231b694d51e9317f8d7a33 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -144,7 +144,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);
|
|
|