| 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..a5bc8e860a3d5628ea186a5920a1659a9db60a4f 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -145,6 +145,7 @@
|
| unsigned long wheelEventHandlerCount(Document document);
|
| unsigned long scrollEventHandlerCount(Document document);
|
| unsigned long touchEventHandlerCount(Document document);
|
| + unsigned long touchEndOrCancelEventHandlerCount(Document document);
|
| [RaisesException] LayerRectList touchEventTargetLayerRects(Document document);
|
|
|
| [RaisesException] boolean executeCommand(Document document, DOMString name, DOMString value);
|
|
|