Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(264)

Unified Diff: third_party/WebKit/Source/core/dom/CollectionIndexCache.h

Issue 2397233003: Move CollectionIndexCache.h from core/html/ to core/dom/. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « third_party/WebKit/Source/core/dom/ChildNodeList.h ('k') | third_party/WebKit/Source/core/html/CollectionIndexCache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698