| Index: third_party/WebKit/Source/core/dom/ChildNodeList.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ChildNodeList.h b/third_party/WebKit/Source/core/dom/ChildNodeList.h
|
| index 168987b99c4f09dcb02265ff2d79d10c86a7fe57..57fd564b9bf786b0159f6e6a52525c1b585f5fd7 100644
|
| --- a/third_party/WebKit/Source/core/dom/ChildNodeList.h
|
| +++ b/third_party/WebKit/Source/core/dom/ChildNodeList.h
|
| @@ -25,9 +25,9 @@
|
| #ifndef ChildNodeList_h
|
| #define ChildNodeList_h
|
|
|
| +#include "core/dom/CollectionIndexCache.h"
|
| #include "core/dom/ContainerNode.h"
|
| #include "core/dom/NodeList.h"
|
| -#include "core/html/CollectionIndexCache.h"
|
|
|
| namespace blink {
|
|
|
|
|