Index: Source/core/html/HTMLCollection.h |
diff --git a/Source/core/html/HTMLCollection.h b/Source/core/html/HTMLCollection.h |
index a321179b1ba1e44601800916890e7e4d979f10d4..6796834c71448d6b2f88d08fdb906944b81f56f1 100644 |
--- a/Source/core/html/HTMLCollection.h |
+++ b/Source/core/html/HTMLCollection.h |
@@ -24,8 +24,8 @@ |
#define HTMLCollection_h |
#include "CollectionType.h" |
-#include "LiveNodeList.h" |
#include "ScriptWrappable.h" |
+#include "core/dom/LiveNodeList.h" |
#include <wtf/Forward.h> |
#include <wtf/HashMap.h> |
#include <wtf/PassOwnPtr.h> |