| Index: Source/WebCore/testing/Internals.h
|
| diff --git a/Source/WebCore/testing/Internals.h b/Source/WebCore/testing/Internals.h
|
| index c6cf743850728319fb94b20b4f80e81d51b8e614..65dc2a010568ab43d35d583351c8b6e03725861d 100644
|
| --- a/Source/WebCore/testing/Internals.h
|
| +++ b/Source/WebCore/testing/Internals.h
|
| @@ -170,7 +170,6 @@ public:
|
| unsigned lengthFromRange(Element* scope, const Range*, ExceptionCode&);
|
| String rangeAsText(const Range*, ExceptionCode&);
|
|
|
| - void setDelegatesScrolling(bool enabled, Document*, ExceptionCode&);
|
| #if ENABLE(TOUCH_ADJUSTMENT)
|
| PassRefPtr<DOMPoint> touchPositionAdjustedToBestClickableNode(long x, long y, long width, long height, Document*, ExceptionCode&);
|
| Node* touchNodeAdjustedToBestClickableNode(long x, long y, long width, long height, Document*, ExceptionCode&);
|
|
|