| Index: third_party/WebKit/Source/core/editing/SurroundingText.h
|
| diff --git a/third_party/WebKit/Source/core/editing/SurroundingText.h b/third_party/WebKit/Source/core/editing/SurroundingText.h
|
| index bbdb4d5049c2dd4412638df90e80b18d5d7341e6..18f576f1d33557e12e4b8773aeb9c10349d57193 100644
|
| --- a/third_party/WebKit/Source/core/editing/SurroundingText.h
|
| +++ b/third_party/WebKit/Source/core/editing/SurroundingText.h
|
| @@ -48,8 +48,6 @@ class CORE_EXPORT SurroundingText {
|
| SurroundingText(const Range&, unsigned maxLength);
|
| SurroundingText(const Position&, unsigned maxLength);
|
|
|
| - Document* document() const;
|
| -
|
| String content() const;
|
| unsigned startOffsetInContent() const;
|
| unsigned endOffsetInContent() const;
|
|
|