Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / dom / DocumentEncodingData.cpp
index 23d69f5..ab54e0a 100644 (file)
@@ -33,7 +33,7 @@
 
 #include "core/html/parser/TextResourceDecoder.h"
 
-namespace WebCore {
+namespace blink {
 
 DocumentEncodingData::DocumentEncodingData()
     : m_wasDetectedHeuristically(false)
@@ -53,4 +53,4 @@ void DocumentEncodingData::setEncoding(const WTF::TextEncoding& encoding)
     m_encoding = encoding;
 }
 
-} // namespace WebCore
+} // namespace blink