| Index: Source/web/WebSurroundingText.cpp
|
| diff --git a/Source/web/WebSurroundingText.cpp b/Source/web/WebSurroundingText.cpp
|
| index 887eba737ff5d5a57098334c0977b64f2b968568..22cf0d9b180028a435e251b8e8790dbe305e5dec 100644
|
| --- a/Source/web/WebSurroundingText.cpp
|
| +++ b/Source/web/WebSurroundingText.cpp
|
| @@ -37,7 +37,7 @@
|
|
|
| using namespace WebCore;
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| void WebSurroundingText::initialize(const WebNode& webNode, const WebPoint& nodePoint, size_t maxLength)
|
| {
|
| @@ -73,4 +73,4 @@ void WebSurroundingText::reset()
|
| m_private.reset(0);
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|