| Index: sky/engine/core/frame/LocalFrame.cpp
|
| diff --git a/sky/engine/core/frame/LocalFrame.cpp b/sky/engine/core/frame/LocalFrame.cpp
|
| index ccf1a607af236ff355ee3a47e9aa4a549419b332..40ff24fcebaa82260e58bf8edfdbda992a6789aa 100644
|
| --- a/sky/engine/core/frame/LocalFrame.cpp
|
| +++ b/sky/engine/core/frame/LocalFrame.cpp
|
| @@ -223,11 +223,6 @@ String LocalFrame::selectedText() const
|
| return selection().selectedText();
|
| }
|
|
|
| -String LocalFrame::selectedTextForClipboard() const
|
| -{
|
| - return selection().selectedTextForClipboard();
|
| -}
|
| -
|
| VisiblePosition LocalFrame::visiblePositionForPoint(const IntPoint& framePoint)
|
| {
|
| HitTestResult result = eventHandler().hitTestResultAtPoint(framePoint);
|
|
|