Index: third_party/WebKit/Source/core/dom/CollectionIndexCache.h |
diff --git a/third_party/WebKit/Source/core/html/CollectionIndexCache.h b/third_party/WebKit/Source/core/dom/CollectionIndexCache.h |
similarity index 99% |
rename from third_party/WebKit/Source/core/html/CollectionIndexCache.h |
rename to third_party/WebKit/Source/core/dom/CollectionIndexCache.h |
index da1a05421738e91c98710a20b186b7d2a9a52f27..1e3f4e9db0efce3bae7c3304ab7d1425aa421ba5 100644 |
--- a/third_party/WebKit/Source/core/html/CollectionIndexCache.h |
+++ b/third_party/WebKit/Source/core/dom/CollectionIndexCache.h |
@@ -32,6 +32,8 @@ |
#ifndef CollectionIndexCache_h |
#define CollectionIndexCache_h |
+#include "platform/heap/Handle.h" |
+ |
namespace blink { |
template <typename Collection, typename NodeType> |