Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / dom / ClassCollection.h
index d9ddd3b..290e70b 100644 (file)
@@ -34,7 +34,7 @@
 #include "core/dom/SpaceSplitString.h"
 #include "core/html/HTMLCollection.h"
 
-namespace WebCore {
+namespace blink {
 
 class ClassCollection FINAL : public HTMLCollection {
 public:
@@ -72,6 +72,6 @@ inline bool ClassCollection::elementMatches(const Element& testElement) const
     return testElement.classNames().containsAll(m_classNames);
 }
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // ClassCollection_h