| Index: Source/modules/encoding/TextDecoder.h
|
| diff --git a/Source/modules/encoding/TextDecoder.h b/Source/modules/encoding/TextDecoder.h
|
| index 2fa3da29a242994fc387b5e65b1f4c122ecff788..6f9875e847d8139ef62a9ba7d81628716421cc4f 100644
|
| --- a/Source/modules/encoding/TextDecoder.h
|
| +++ b/Source/modules/encoding/TextDecoder.h
|
| @@ -38,7 +38,7 @@
|
| #include "wtf/text/TextEncoding.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class ExceptionState;
|
|
|
| @@ -66,6 +66,6 @@ private:
|
| bool m_bomSeen;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // TextDecoder_h
|
|
|