Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / dom / DOMError.cpp
index 3d41a04..4e4dd01 100644 (file)
@@ -27,7 +27,7 @@
 #include "core/dom/DOMError.h"
 
 
-namespace WebCore {
+namespace blink {
 
 DOMError::DOMError(const String& name)
     : m_name(name)
@@ -42,4 +42,4 @@ DOMError::DOMError(const String& name, const String& message)
     ScriptWrappable::init(this);
 }
 
-} // namespace WebCore
+} // namespace blink