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 9260c779df92abbcf3312df9f0e723b8fca5f593..0db8545a658d8ea0ad105cacde5c3b62d224a076 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); |
} |
-RawPtr<Range> SurroundingText::rangeFromContentOffsets(unsigned startOffsetInContent, unsigned endOffsetInContent) |
+Range* SurroundingText::rangeFromContentOffsets(unsigned startOffsetInContent, unsigned endOffsetInContent) |
{ |
if (startOffsetInContent >= endOffsetInContent || endOffsetInContent > content().length()) |
return nullptr; |