| Index: Source/WebCore/testing/Internals.idl
|
| diff --git a/Source/WebCore/testing/Internals.idl b/Source/WebCore/testing/Internals.idl
|
| index 5302c8874d43db75f7be84b4279f1f0c9e21cb08..adda8bc928571a063cce20c45482d7c4766b2522 100644
|
| --- a/Source/WebCore/testing/Internals.idl
|
| +++ b/Source/WebCore/testing/Internals.idl
|
| @@ -136,7 +136,6 @@
|
| [RaisesException] unsigned long lengthFromRange(Element scope, Range range);
|
| [RaisesException] DOMString rangeAsText(Range range);
|
|
|
| - [RaisesException] void setDelegatesScrolling(boolean enabled, Document document);
|
| #if defined(ENABLE_TOUCH_ADJUSTMENT) && ENABLE_TOUCH_ADJUSTMENT
|
| [RaisesException] DOMPoint touchPositionAdjustedToBestClickableNode(long x, long y, long width, long height, Document document);
|
| [RaisesException] Node touchNodeAdjustedToBestClickableNode(long x, long y, long width, long height, Document document);
|
|
|