| 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 65ec824edac13e8cea73838710eeb65deae2a9cd..c7496fa5830050f12e42c2ccdb0b60c280c08e10 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -130,9 +130,9 @@
|
| unsigned long lengthFromRange(Element scope, Range range);
|
| DOMString rangeAsText(Range range);
|
|
|
| - [RaisesException] DOMPoint touchPositionAdjustedToBestClickableNode(long x, long y, long width, long height, Document document);
|
| + [CallWith=ScriptState, RaisesException] any touchPositionAdjustedToBestClickableNode(long x, long y, long width, long height, Document document);
|
| [RaisesException] Node touchNodeAdjustedToBestClickableNode(long x, long y, long width, long height, Document document);
|
| - [RaisesException] DOMPoint touchPositionAdjustedToBestContextMenuNode(long x, long y, long width, long height, Document document);
|
| + [CallWith=ScriptState, RaisesException] any touchPositionAdjustedToBestContextMenuNode(long x, long y, long width, long height, Document document);
|
| [RaisesException] Node touchNodeAdjustedToBestContextMenuNode(long x, long y, long width, long height, Document document);
|
| [RaisesException] ClientRect bestZoomableAreaForTouchPoint(long x, long y, long width, long height, Document document);
|
|
|
|
|