| Index: Source/modules/encoding/TextDecoder.cpp
|
| diff --git a/Source/modules/encoding/TextDecoder.cpp b/Source/modules/encoding/TextDecoder.cpp
|
| index ddcc1f2bc7fb3bb2437bfb168169869bc91221e7..a33215187ca4b4e228077454fd7f828873b99711 100644
|
| --- a/Source/modules/encoding/TextDecoder.cpp
|
| +++ b/Source/modules/encoding/TextDecoder.cpp
|
| @@ -37,7 +37,7 @@
|
| #include "wtf/StringExtras.h"
|
| #include "wtf/text/TextEncodingRegistry.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| TextDecoder* TextDecoder::create(const String& label, const Dictionary& options, ExceptionState& exceptionState)
|
| {
|
| @@ -113,4 +113,4 @@ String TextDecoder::decode(ArrayBufferView* input, const Dictionary& options, Ex
|
| return s;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|