| Index: Source/core/frame/Frame.cpp
|
| diff --git a/Source/core/frame/Frame.cpp b/Source/core/frame/Frame.cpp
|
| index e614afcb42db2e82104434ff50176b65a8c75bda..201eff32b728ea3bee25c80e9a4a6ccddbad9af3 100644
|
| --- a/Source/core/frame/Frame.cpp
|
| +++ b/Source/core/frame/Frame.cpp
|
| @@ -367,11 +367,6 @@ String Frame::documentTypeString() const
|
| return String();
|
| }
|
|
|
| -String Frame::displayStringModifiedByEncoding(const String& str) const
|
| -{
|
| - return document() ? document()->displayStringModifiedByEncoding(str) : str;
|
| -}
|
| -
|
| String Frame::selectedText() const
|
| {
|
| return selection().selectedText();
|
|
|