Index: Source/modules/encoding/TextEncoder.h |
diff --git a/Source/modules/encoding/TextEncoder.h b/Source/modules/encoding/TextEncoder.h |
index 0d46cc32acaee5095190fdcbeb22f329e3caac7f..36992f7f46f4394b7b4154bc162c74a72a1ba13d 100644 |
--- a/Source/modules/encoding/TextEncoder.h |
+++ b/Source/modules/encoding/TextEncoder.h |
@@ -38,7 +38,7 @@ |
#include "wtf/text/TextEncoding.h" |
#include "wtf/text/WTFString.h" |
-namespace WebCore { |
+namespace blink { |
class ExceptionState; |
@@ -60,6 +60,6 @@ private: |
OwnPtr<WTF::TextCodec> m_codec; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // TextEncoder_h |