Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / xml / parser / SharedBufferReader.cpp
index c42c33f..54ff37d 100644 (file)
@@ -38,7 +38,7 @@
 #include <algorithm>
 #include <cstring>
 
-namespace WebCore {
+namespace blink {
 
 SharedBufferReader::SharedBufferReader(PassRefPtr<SharedBuffer> buffer)
     : m_buffer(buffer)
@@ -74,4 +74,4 @@ int SharedBufferReader::readData(char* outputBuffer, unsigned askedToRead)
     return bytesCopied;
 }
 
-} // namespace WebCore
+} // namespace blink