| Index: Source/web/WebSurroundingText.cpp
|
| diff --git a/Source/web/WebSurroundingText.cpp b/Source/web/WebSurroundingText.cpp
|
| index b6048c90fee8c01f759bcf0452767fe621cf86bf..1f71d2820fde964604e855a388c18193453025b8 100644
|
| --- a/Source/web/WebSurroundingText.cpp
|
| +++ b/Source/web/WebSurroundingText.cpp
|
| @@ -48,7 +48,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 (RefPtrWillBeRawPtr<Range> range = static_cast<PassRefPtrWillBeRawPtr<Range>>(webRange))
|
| m_private.reset(new SurroundingText(*range, maxLength));
|
| }
|
|
|
|
|