| Index: Source/platform/exported/WebString.cpp
|
| diff --git a/Source/platform/exported/WebString.cpp b/Source/platform/exported/WebString.cpp
|
| index c3ed5dba29a6de0e81f86a05d92697ea437d9e5f..789e95d1e588daeadcbd5486ae9c240e0d6ecabd 100644
|
| --- a/Source/platform/exported/WebString.cpp
|
| +++ b/Source/platform/exported/WebString.cpp
|
| @@ -37,7 +37,7 @@
|
| #include "wtf/text/StringUTF8Adaptor.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| void WebString::reset()
|
| {
|
| @@ -157,4 +157,4 @@ void WebString::assign(WTF::StringImpl* p)
|
| m_private = p;
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|