| 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 d53f7ed445f12d8e5b930c6c8145a2b194c2c2a6..c0a4b69dd08c07fc2ebdc28845a3ed224d9ce253 100644
|
| --- a/third_party/WebKit/Source/core/editing/SurroundingText.h
|
| +++ b/third_party/WebKit/Source/core/editing/SurroundingText.h
|
| @@ -51,7 +51,7 @@ public:
|
| unsigned startOffsetInContent() const;
|
| unsigned endOffsetInContent() const;
|
|
|
| - RawPtr<Range> rangeFromContentOffsets(unsigned startOffsetInContent, unsigned endOffsetInContent);
|
| + Range* rangeFromContentOffsets(unsigned startOffsetInContent, unsigned endOffsetInContent);
|
|
|
| private:
|
| void initialize(const Position&, const Position&, unsigned maxLength);
|
|
|