| 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 f2411c7a6b39ea27c0527a90f00d8685a39970c6..0bbc7e6772ec28c6e6a51f1dc6613fb0b2bd04f6 100644
|
| --- a/third_party/WebKit/Source/web/WebSurroundingText.cpp
|
| +++ b/third_party/WebKit/Source/web/WebSurroundingText.cpp
|
| @@ -47,7 +47,7 @@ void WebSurroundingText::initialize(const WebNode& webNode, const WebPoint& node
|
|
|
| void WebSurroundingText::initialize(const WebRange& webRange, size_t maxLength)
|
| {
|
| - if (RefPtrWillBeRawPtr<Range> range = static_cast<PassRefPtrWillBeRawPtr<Range>>(webRange))
|
| + if (RawPtr<Range> range = static_cast<RawPtr<Range>>(webRange))
|
| m_private.reset(new SurroundingText(*range, maxLength));
|
| }
|
|
|
|
|