| Index: Source/modules/encoding/TextEncoder.cpp
|
| diff --git a/Source/modules/encoding/TextEncoder.cpp b/Source/modules/encoding/TextEncoder.cpp
|
| index 73740511e2090dc9285f40a210aba30af1a952b0..a9e15e8a38815866bd0ce1eb6bc786ffcb66368f 100644
|
| --- a/Source/modules/encoding/TextEncoder.cpp
|
| +++ b/Source/modules/encoding/TextEncoder.cpp
|
| @@ -36,7 +36,7 @@
|
| #include "wtf/text/CString.h"
|
| #include "wtf/text/TextEncodingRegistry.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| TextEncoder* TextEncoder::create(const String& utfLabel, ExceptionState& exceptionState)
|
| {
|
| @@ -86,4 +86,4 @@ PassRefPtr<Uint8Array> TextEncoder::encode(const String& input)
|
| return Uint8Array::create(unsignedBuffer, result.length());
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|