| Index: third_party/WebKit/Source/web/WebSurroundingText.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebSurroundingText.cpp b/third_party/WebKit/Source/web/WebSurroundingText.cpp
|
| index 6fd33f8ed7dcd1c640309e09850232951dfc62d6..1584e7c32a52731609e9da487dfc91fba4c482ec 100644
|
| --- a/third_party/WebKit/Source/web/WebSurroundingText.cpp
|
| +++ b/third_party/WebKit/Source/web/WebSurroundingText.cpp
|
| @@ -80,11 +80,6 @@ size_t WebSurroundingText::endOffsetInTextContent() const
|
| return m_private->endOffsetInContent();
|
| }
|
|
|
| -WebRange WebSurroundingText::rangeFromContentOffsets(size_t startOffsetInContent, size_t endOffsetInContent)
|
| -{
|
| - return m_private->rangeFromContentOffsets(startOffsetInContent, endOffsetInContent);
|
| -}
|
| -
|
| bool WebSurroundingText::isNull() const
|
| {
|
| return !m_private.get();
|
|
|