diff options
Diffstat (limited to 'Source/WebCore/page/Frame.h')
-rw-r--r-- | Source/WebCore/page/Frame.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/WebCore/page/Frame.h b/Source/WebCore/page/Frame.h index a1e5c10..25f8aac 100644 --- a/Source/WebCore/page/Frame.h +++ b/Source/WebCore/page/Frame.h @@ -182,8 +182,6 @@ namespace WebCore { DragImageRef nodeImage(Node*); DragImageRef dragImageForSelection(); - bool isContentEditable() const; // if true, everything in frame is editable - VisiblePosition visiblePositionForPoint(const IntPoint& framePoint); Document* documentAtPoint(const IntPoint& windowPoint); |