Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / dom / ChildNodeList.h
index d3a8712..88c779e 100644 (file)
 #ifndef ChildNodeList_h
 #define ChildNodeList_h
 
+#include "core/dom/ContainerNode.h"
 #include "core/dom/NodeList.h"
 #include "core/html/CollectionIndexCache.h"
 #include "wtf/PassRefPtr.h"
 
-namespace WebCore {
+namespace blink {
 
 class ChildNodeList FINAL : public NodeList {
 public:
@@ -71,6 +72,6 @@ private:
 
 DEFINE_TYPE_CASTS(ChildNodeList, NodeList, nodeList, nodeList->isChildNodeList(), nodeList.isChildNodeList());
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // ChildNodeList_h