| Index: third_party/WebKit/Source/core/editing/SurroundingText.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/SurroundingText.cpp b/third_party/WebKit/Source/core/editing/SurroundingText.cpp
|
| index ea69868ceb563252be093139f2705847788aa471..9260c779df92abbcf3312df9f0e723b8fca5f593 100644
|
| --- a/third_party/WebKit/Source/core/editing/SurroundingText.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/SurroundingText.cpp
|
| @@ -89,7 +89,7 @@ void SurroundingText::initialize(const Position& startPosition, const Position&
|
| ASSERT(m_contentRange);
|
| }
|
|
|
| -PassRefPtrWillBeRawPtr<Range> SurroundingText::rangeFromContentOffsets(unsigned startOffsetInContent, unsigned endOffsetInContent)
|
| +RawPtr<Range> SurroundingText::rangeFromContentOffsets(unsigned startOffsetInContent, unsigned endOffsetInContent)
|
| {
|
| if (startOffsetInContent >= endOffsetInContent || endOffsetInContent > content().length())
|
| return nullptr;
|
|
|