Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / dom / DOMStringList.cpp
index bca4934..a80e8df 100644 (file)
@@ -26,7 +26,7 @@
 #include "config.h"
 #include "core/dom/DOMStringList.h"
 
-namespace WebCore {
+namespace blink {
 
 String DOMStringList::item(unsigned index) const
 {
@@ -53,4 +53,4 @@ void DOMStringList::sort()
     std::sort(m_strings.begin(), m_strings.end(), WTF::codePointCompareLessThan);
 }
 
-} // namespace WebCore
+} // namespace blink