Index: Source/core/html/HTMLCollection.h |
diff --git a/Source/core/html/HTMLCollection.h b/Source/core/html/HTMLCollection.h |
index 29f039efbd01f4cc974ee14e7a91174b1aabb954..b1047642e92e4c81b509e0d41433d1af7e7c4e28 100644 |
--- a/Source/core/html/HTMLCollection.h |
+++ b/Source/core/html/HTMLCollection.h |
@@ -24,7 +24,8 @@ |
#ifndef HTMLCollection_h |
#define HTMLCollection_h |
-#include "core/dom/LiveNodeList.h" |
+#include "core/dom/LiveNodeListBase.h" |
+#include "core/html/CollectionIndexCache.h" |
#include "core/html/CollectionType.h" |
#include "wtf/Forward.h" |
#include "wtf/HashMap.h" |