| Index: Source/core/dom/custom/CustomElementUpgradeCandidateMap.cpp
|
| diff --git a/Source/core/dom/CustomElementUpgradeCandidateMap.cpp b/Source/core/dom/custom/CustomElementUpgradeCandidateMap.cpp
|
| similarity index 98%
|
| rename from Source/core/dom/CustomElementUpgradeCandidateMap.cpp
|
| rename to Source/core/dom/custom/CustomElementUpgradeCandidateMap.cpp
|
| index 8583eb2046550b9cf3676a2e5cd3ca31b6d28a8c..c9078313b828e44c7a86e38b65d795e7b3a74171 100644
|
| --- a/Source/core/dom/CustomElementUpgradeCandidateMap.cpp
|
| +++ b/Source/core/dom/custom/CustomElementUpgradeCandidateMap.cpp
|
| @@ -29,7 +29,7 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/dom/CustomElementUpgradeCandidateMap.h"
|
| +#include "core/dom/custom/CustomElementUpgradeCandidateMap.h"
|
|
|
| #include "core/dom/Element.h"
|
|
|
|
|