| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index a3ea3bcb8e2302a38d3d0a78182f0cf9e1a7a1f3..4b19e6cf204b9802f58de8ff2fe8af06db1e0d89 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -139,7 +139,8 @@
|
|
|
| [RaisesException] unsigned long wheelEventHandlerCount(Document document);
|
| [RaisesException] unsigned long touchEventHandlerCount(Document document);
|
| - [RaisesException] ClientRectList touchEventTargetClientRects(Document document);
|
| + [RaisesException] LayerRectList touchEventTargetLayerRects(Document document);
|
| + [RaisesException] unsigned long touchEventTargetLayerRectsUpdateCount(Document document);
|
|
|
| [RaisesException] NodeList nodesFromRect(Document document, long x, long y,
|
| unsigned long topPadding, unsigned long rightPadding, unsigned long bottomPadding, unsigned long leftPadding,
|
|
|