Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / xml / parser / XMLDocumentParserScope.h
index 4b06862..2b3b7a7 100644 (file)
@@ -29,7 +29,7 @@
 #include "wtf/Noncopyable.h"
 #include <libxml/xmlerror.h>
 
-namespace WebCore {
+namespace blink {
 
 class ResourceFetcher;
 
@@ -50,6 +50,6 @@ private:
     void* m_oldErrorContext;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // XMLDocumentParserScope_h