Index: Source/core/dom/ChildNodeList.h |
diff --git a/Source/core/dom/ChildNodeList.h b/Source/core/dom/ChildNodeList.h |
index 7145e0e9083a64cff62faa888266d26a25b58da6..88c779e8ac6486837890a0f4ef16bb9bdac45960 100644 |
--- a/Source/core/dom/ChildNodeList.h |
+++ b/Source/core/dom/ChildNodeList.h |
@@ -25,6 +25,7 @@ |
#ifndef ChildNodeList_h |
#define ChildNodeList_h |
+#include "core/dom/ContainerNode.h" |
Inactive
2014/07/22 16:44:42
Now needed because I dropped the Element.h include
|
#include "core/dom/NodeList.h" |
#include "core/html/CollectionIndexCache.h" |
#include "wtf/PassRefPtr.h" |