| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index 69294a5f236032c8ef2cbd0be4e781f3b19d27e4..83acde3e2d623286ab69619f76d7d1ecd4a28d4a 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,
|
|
|